This endpoint allows you to query exchange’s tickers based on exchange’s ID
page
params to retrieve the tickers accordingly.order=base_target
sorts tickers by base
symbol, then target
symbol, in lexicographical order (0 -> 9
, followed by a -> z
).dex_pair_format=symbol
, the DEX pair base
and target
are displayed in symbol format (e.g. WETH
, USDC
) instead of as contract addresses.exchange ID
*refers to /exchanges/list
.
"binance"
filter tickers by coin IDs, comma-separated if querying more than 1 coin
*refers to /coins/list
.
include exchange logo, default: false
page through results
include 2% orderbook depth (Example: cost_to_move_up_usd & cost_to_move_down_usd),default: false
use this to sort the order of responses, default: trust_score_desc
trust_score_desc
, trust_score_asc
, volume_desc
, volume_asc
, base_target
set to symbol
to display DEX pair base and target as symbols, default: contract_address
contract_address
, symbol
Get exchange tickers
The response is of type object
.