Skip to main content
POST
/
v1
/
info
/
allMids
Get All Mid Prices
curl --request POST \
  --url https://api.hypereth.io/v1/info/allMids \
  --header 'Content-Type: application/json' \
  --data '{
  "type": "allMids"
}'
{
  "BTC": "43250.5",
  "ETH": "2650.25",
  "HYPE": "40.7915"
}

Body

application/json
type
enum<string>
required

Request type identifier

Available options:
allMids
dex
string
default:""

Perp dex name for multi-dex support. Defaults to empty string (first perp dex).

Response

Mid prices for all coins

Mid prices for all available coins

{key}
string

Mid price as string to preserve precision