Skip to main content

Get All Asset Pairs

GET 

/asset_pairs

Returns a list of all available asset pairs with their configuration.

This endpoint provides essential market configuration for building trading applications. Asset pairs define the trading relationship between two assets: the base asset is what you buy or sell, and the quote asset is the currency used for pricing.

Special Field Usage:

  • base_scale and quote_scale control decimal precision for order quantities and prices. Use these values to format order requests correctly. For example, if base_scale is 8, quantities like 0.12345678 are valid but 0.123456789 would be rejected.

  • min_quote_value and max_quote_value define the order value limits. Order value is calculated as price × quantity in quote currency. Orders below min_quote_value are too small to process, and orders above max_quote_value exceed risk limits.

tip

Cache this response and refresh periodically. Asset pair configurations change infrequently, so frequent polling is unnecessary.

Responses

List of asset pairs