Skip to main content
GET
/
v1
/
perps
/
providers
/
{providerId}
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.

Get Provider

Returns detailed information about a specific trading platform.
curl https://api.yield.xyz/v1/perps/providers/hyperliquid \
  -H "x-api-key: your_api_key"

Response

{
  "id": "hyperliquid",
  "name": "Hyperliquid",
  "network": "hyperliquid",
  "markets": 100,
  "status": "active",
  "maxLeverage": 50,
  "supportedOrderTypes": ["market", "limit", "stop-loss", "take-profit"]
}