REST
Token Metadata (Batch)
Up to 30 mints in one request. Never-observed mints are omitted. Missing/incomplete observed mints resolve on demand in a single upstream batch. Same lean shape as the single-mint endpoint. No next or window.
GET
/v1/tokens/batchRequest
curl "https://api.anaxer.com/v1/tokens/batch?mints=pumpCmXqMfrsAkQ5r49WcJnRayYRqmXz6ae8H7H9Dfn%2C2ajrYELtYtvtJd8fQAGXpfQbgXXZe3YjPtNJ9K3bpump" \
-H "Authorization: Bearer YOUR_KEY"Path parameters
No path parameters for this endpoint.
Query parameters
| Name | Type | Description |
|---|---|---|
| mints | string | Comma-separated mint addresses (required, max 30). Example: pumpCmXqMfrsAkQ5r49WcJnRayYRqmXz6ae8H7H9Dfn,2ajrYELtYtvtJd8fQAGXpfQbgXXZe3YjPtNJ9K3bpump |
Response
Example response body:
{
"data": [
{
"mint": "pumpCmXqMfrsAkQ5r49WcJnRayYRqmXz6ae8H7H9Dfn",
"name": "Pump",
"symbol": "PUMP",
"supply": "999975007.8481",
"socials": {
"website": "https://pump.fun",
"twitter": "https://x.com/pumpfun",
"telegram": "https://t.me/pumpfun"
}
}
]
}