Get token by contract address
Tokens
Get Token by Address
Retrieve detailed information about a specific token using its smart contract address.
GET
Get token by contract address
Use this endpoint to look up a specific token’s metadata when you already have its contract address. Returns the same data as the token list endpoint, but for a single token.
Authorizations
API key for authentication. Contact AKKA on Telegram to obtain your key.
Path Parameters
Blockchain chain ID
Available options:
999 Example:
999
Token smart contract address (checksummed).
Pattern:
^0x[a-fA-F0-9]{40}$Example:
"0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb"
Response
Token information retrieved successfully
Token ticker symbol
Example:
"WHYPE"
Full token name
Example:
"Wrapped HYPE"
Number of decimal places
Example:
18
Token contract address
Example:
"0x5555555555555555555555555555555555555555"
Whether the token is verified by AKKA
Example:
true
URL to the token logo image
Example:
null
Current buy price in USD
Example:
25.42
Current sell price in USD
Example:
25.38
