Home

Get max market order notional tiers

POST
https://hype.nownodes.io/info

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of leverage tiers together with the corresponding maximum notional value that can be sent in a single market order. The response is an array of tuples, where each tuple contains the leverage as an integer and the max notional as a decimal string.

Body

application/json
typestringrequired

Operation type. Must be exactly "maxMarketOrderNtls" (case‑sensitive).

Response

200OK

A JSON array of leverage‑tier tuples. Each tuple is an array of two elements: an integer (leverage) and a string (max notional value).