Skip to main content
GET
Returns a list of tickers for a specific cryptocurrency across multiple exchanges.
3 credits per request

  • coinId: Filter by coin identifier (e.g., “bitcoin”).
  • exchange: Filter tickers by exchange name.
  • fromCoin: Filter by base currency symbol of the trading pair.
  • toCoin: Filter by quote currency symbol of the trading pair.
  • onlyVerified: When true, returns only verified tickers.
  • page & limit: Control pagination.

Authorizations

X-API-KEY
string
header
required

API key required to access the endpoints. Generate one from your dashboard at https://openapi.coinstats.app and pass it in the X-API-KEY request header. Never expose your key in client-side code.

Query Parameters

page
number

Page number to retrieve (1-based indexing)

Example:

1

limit
number

Number of items to return per page

Example:

20

exchange
string

Filter tickers by exchange name (case-insensitive exact match)

Example:

"Binance"

fromCoin
string

Filter by base currency symbol of the trading pair

Example:

"BTC"

toCoin
string

Filter by quote currency symbol of the trading pair

Example:

"USDT"

coinId
string

Filter by unique coin identifier (e.g., "bitcoin" for BTC)

Example:

"bitcoin"

onlyVerified
boolean

When true, returns only verified tickers with recent updates and no fake volume flags

Example:

false

Response

Get ticker market list

meta
object
required

Pagination metadata including total count, page number, and limit

Example:
result
object[]
required

Array of ticker market data for trading pairs

Example: