Get all currency pairs

Get configuration for all traded currency pairs.

Note

Rate limit: 1000 requests per minute.

Request

Header parameters
Header parameters

Example: 1746007718237

Current timestamp in Unix epoch milliseconds. Used to prevent replay attacks and construct the signature. Provided with other authentication headers.

Example: "2h/t5o8w+l5s+fjyfA0n/e7j4u5b7h4e+g4k4c8h7a2p6k0g7j1f+w0i2j3k9r0l3s8m5t6r+q1s+o3v/t4x8v5y+w1r+m2t/k3w/j4y+"

The Ed25519 signature of the request. Provided with other authentication headers.

Tip

See Authentication headers: Signing a request for details on how to generate this.

Response

OK

Supported currency pairs with their details.

Response body
Body object

Example: {"base":"BTC","quote":"USD","base_step":"0.0000001","quote_step":"0.01","min_order_size":"0.0000001","max_order_size":"1000","min_order_size_quote":"0.01","status":"active"}

A supported currency pair.

The base currency.

The quote currency.

The minimal step for changing the quantity in the base currency.

The minimal step for changing the amount in the quote currency.

The minimal order quantity (in the base currency) accepted by the exchange.

The maximal order quantity (in the base currency) accepted by the exchange.

The minimal order quantity (in the quote currency) accepted by the exchange.

Possible values: [active, inactive]

The status of the currency pair. Indicates whether it is available for use.

Was this page helpful?