tickers
The /tickers endpoint provides 24-hour pricing and volume information on each market pair available on an exchange.
Responses
200Success
application/json
get
GET /dotswap/api/public/tickers HTTP/1.1
Host: api.dotswap.app
Accept: */*
200Success
[
{
"ticker_id": "text",
"base_currency": "text",
"target_currency": "text",
"pool_id": "text",
"last_price": "text",
"base_volume": "text",
"target_volume": "text",
"liquidity_in_usd": "text"
}
]
Last updated