Skip to content
Alchemy Logo

All mids

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

ParameterTypeRequiredDescription
typestringYesSelects allMids.
dexstringNoPerpetual DEX name; omit for the first perpetual DEX.
{
  "type": "allMids",
  "dex": ""
}

FieldTypeDescription
ResponseobjectMap of asset identifier to decimal-string mid price.
<coin>stringDecimal-string mid price for the asset identifier.

{ "APE": "4.33245", "ARB": "1.21695" }
Was this page helpful?