cURL
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" } ]
List all coins with id, symbol, and name. Use to map symbols to CoinGecko IDs.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Include platform + contract addresses.
Array of coins.