This API is in private preview. Target October 2026; timing is subject to change.
Returns the current mid price for each market on a perpetual DEX.
Coming with HyperCore. This read is documented but is not yet callable.
POST /{apiKey}/info
| Parameter | Type | Required | Description |
|---|---|---|---|
type | string | Yes | Selects allMids. |
dex | string | No | Perpetual DEX name; omit for the first perpetual DEX. |
{
"type": "allMids",
"dex": ""
}| Field | Type | Description |
|---|---|---|
Response | object | Map of asset identifier to decimal-string mid price. |
<coin> | string | Decimal-string mid price for the asset identifier. |
{ "APE": "4.33245", "ARB": "1.21695" }