Skip to main content
POST
/
api
/
v2
/
tokens
/
batch
POST /api/v2/tokens/batch — Get multiple tokens in one call
curl --request POST \
  --url https://api.shuriken.trade/api/v2/tokens/batch \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "tokens": [
    "<string>"
  ]
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

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