cURL
curl --request GET \ --url https://api.aisa.one/apis/v1/coingecko/coins/{id}/contract/{address} \ --header 'Authorization: Bearer <token>'
Full coin data for a token by contract address on a supported platform.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Platform ID (e.g., ethereum).
ethereum
ERC-20 / BEP-20 contract address.
Coin object.