Skip to main content
GET
/
coingecko
/
simple
/
token_price
/
{id}
Coin Price by Token Address
curl --request GET \
  --url https://api.aisa.one/apis/v1/coingecko/simple/token_price/{id} \
  --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

Platform ID (e.g., ethereum, binance-smart-chain, polygon-pos).

Query Parameters

contract_addresses
string
required

Comma-separated contract addresses.

vs_currencies
string
required

Comma-separated target currencies.

include_market_cap
boolean
include_24hr_vol
boolean
include_24hr_change
boolean
include_last_updated_at
boolean

Response

200

Map keyed by contract address.