curl https://api.yield.xyz/v1/perps/providers \
-H "x-api-key: your_api_key"
List available perpetual trading platforms
curl https://api.yield.xyz/v1/perps/providers \
-H "x-api-key: your_api_key"
Documentation Index
Fetch the complete documentation index at: https://yieldxyz.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
curl https://api.yield.xyz/v1/perps/providers \
-H "x-api-key: your_api_key"
{
"providers": [
{
"id": "hyperliquid",
"name": "Hyperliquid",
"network": "hyperliquid",
"markets": 100,
"status": "active"
},
{
"id": "dydx",
"name": "dYdX",
"network": "dydx",
"markets": 50,
"status": "active"
}
]
}