githubEdit

tickers

tickers (Market Info)

get
/dotswap/api/public/tickers

The /tickers endpoint provides 24-hour pricing and volume information on each market pair available on an exchange.

Responses
chevron-right
200Success
application/json
ticker_idstringRequired

Identifier of a ticker with delimiter to separate base/target

base_currencystringRequired

Symbol of the base cryptoasset

target_currencystringRequired

Symbol of the target cryptoasset

pool_idstringRequired

pool unique ID

last_pricestringRequired

Last transacted price of base currency based on given target currency

base_volumestringRequired

24 hour trading volume for the pair (unit in base)

target_volumestringRequired

24 hour trading volume for the pair (unit in target)

liquidity_in_usdstringRequired

Pool liquidity in USD

get
/dotswap/api/public/tickers
200Success

Last updated