Skip to main content
POST
POST /api/v2/tokens/batch — Get multiple tokens in one call

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <jwt> for user auth or Authorization: Bearer sk_{keyId}_{secret} for API key auth.

Body

application/json

POST /api/v2/tokens/batch request body

tokens
string[]
required

List of token IDs in "chain:address" format (max 100)

Response

Batch token results

V2 success response envelope

data
object
required
requestId
string
required
pagination
object | null

Page-based pagination info (per RFC)