curl https://api.yield.xyz/v1/perps/markets \
-H "x-api-key: your_api_key"
List available perpetual markets
curl https://api.yield.xyz/v1/perps/markets \
-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/markets \
-H "x-api-key: your_api_key"
| Parameter | Type | Description |
|---|---|---|
provider | string | Filter by provider |
asset | string | Filter by base asset (BTC, ETH) |
{
"markets": [
{
"id": "BTC-USD-PERP",
"provider": "hyperliquid",
"baseAsset": "BTC",
"quoteAsset": "USD",
"maxLeverage": 50,
"fundingRate": 0.0001,
"openInterest": "150000000"
}
]
}