Skip to main content
GET
/
coingecko
/
coins
/
list
Coins List (ID Map)
curl --request GET \
  --url https://api.aisa.one/apis/v1/coingecko/coins/list \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "bitcoin",
    "symbol": "btc",
    "name": "Bitcoin"
  },
  {
    "id": "ethereum",
    "symbol": "eth",
    "name": "Ethereum"
  }
]

Authorizations

Authorization
string
header
required

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

Query Parameters

include_platform
boolean
default:false

Include platform + contract addresses.

Response

200 - application/json

Array of coins.