Skip to main content
GET
Get Tickers

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

connectors
string[] | null

Restrict to these connectors. Accepts a comma-separated list or the parameter repeated. Omit to return the whole collected pool.

refresh
boolean
default:false

Force a fresh fetch, ignoring the cache

max_age
number | null

Accept cached tickers up to this age in seconds

Required range: x >= 0

Response

Successful Response

Tickers grouped by connector.

tickers
Tickers · object
required

Connector to {trading pair: ticker} mapping

counts
Counts · object

Number of tickers per connector

updated_at
Updated At · object

Unix timestamp of the last successful fetch, per connector

errors
Errors · object

Connectors that could not be fetched, with the reason. Present only when some requested connectors succeeded and others failed