Endpoints
👉 Get token details by chain ID and token address
GET
/{chainId}/{address}
We recommend using this endpoint over the next one if you are working on a specific chain as requesting by address only can return more than one result if there are other token with the same address on other chains.
You can pass checksum and non-checksum addresses
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization |
|
Body
Name | Type | Description |
---|---|---|
| integer | Chain number ID |
| string | Token address |
Response
👉 Get token details by address
GET
/{address}
<Description of the endpoint>
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization |
|
Body
Name | Type | Description |
---|---|---|
| string | Token address |
Response
Last updated