Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl https://api.yield.xyz/v1/perps/actions/action_123 \ -H "x-api-key: your_api_key"
Get details of a trading action
{ "id": "action_123", "status": "completed", "type": "OPEN_POSITION", "transactions": [ { "id": "tx_456", "status": "confirmed", "hash": "0xabc..." } ] }