curl https://api.yield.xyz/v1/perps/providers/hyperliquid \
-H "x-api-key: your_api_key"
Get details about a specific provider
curl https://api.yield.xyz/v1/perps/providers/hyperliquid \
-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/hyperliquid \
-H "x-api-key: your_api_key"
{
"id": "hyperliquid",
"name": "Hyperliquid",
"network": "hyperliquid",
"markets": 100,
"status": "active",
"maxLeverage": 50,
"supportedOrderTypes": ["market", "limit", "stop-loss", "take-profit"]
}