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/orders?address=0x..." \ -H "x-api-key: your_api_key"
Get user’s open orders
{ "orders": [ { "id": "order_123", "market": "BTC-USD-PERP", "provider": "hyperliquid", "type": "limit", "side": "BUY", "size": "0.5", "price": "40000", "status": "open" } ] }