Skip to main content
GET
/
coingecko
/
coins
/
{id}
/
tickers
Coin Tickers
curl --request GET \
  --url https://api.aisa.one/apis/v1/coingecko/coins/{id}/tickers \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

CoinGecko coin ID (e.g., bitcoin, ethereum). Get the list via /coins/list.

Query Parameters

exchange_ids
string

Comma-separated exchange IDs.

page
integer
default:1
order
enum<string>
Available options:
trust_score_desc,
trust_score_asc,
volume_desc
depth
boolean
default:false

Response

200

Tickers array.