v1
latestOpenAPI 3.1.02026-07-24130315342.2 KBToken Endpoints
Get tokens by contract identifiers
Retrieve multiple tokens in a single request by providing a list of contract identifiers (chain and address). Not-found tokens are silently omitted from the response.
post/api/v2/tokens/batch
Request body
Example request
{
"contracts": [
{
"chain": "ethereum",
"address": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"
}
]
}Response
OK