For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get perp asset metadata

Get perp asset metadata

get

Fetch the tradeable perpetual assets and their trading constraints.

Each asset reports asset_id, name — the symbol to pass as coin on the trading endpoints — sz_decimals, the size precision the exchange accepts and therefore what order sizes are rounded to, and max_leverage.

Worth reading before a wallet's first order on an asset: an unknown symbol is rejected with a 422, and leverage above the asset's maximum is rejected by the exchange.

Authorizations
apikeystringRequired

API key for authentication

Responses
200

Successful Response

application/json
get/api/v1/perp/meta

Last updated

Was this helpful?