Get all tickers

Retrieves the latest market data snapshots for all supported currency pairs. The response includes the current best bid and ask prices, the calculated mid-price, and the last traded price for each active symbol.

Request

Query parameters
Query parameters

Filter tickers by specific currency pairs (comma-separated).

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

The list of tickers.

Response body
Body object

List of ticker information for currency pairs.

Example: "BTC/USD"

The unique identifier for the currency pair (e.g., BTC/USD).

Example: "65100.50"

The current highest price a buyer is willing to pay. Represents the top price in the buy order book.

Example: "65101.00"

The current lowest price a seller is willing to accept. Represents the top price in the sell order book.

Example: "65100.75"

The arithmetic midpoint between the best bid and best ask prices. Calculated as (bid + ask) / 2.

Example: "65101.00"

The price at which the most recent trade was successfully executed.

Metadata about the response.

Example: 1770201294631

The time the data was captured in Unix epoch milliseconds.

Was this page helpful?