cURL
curl --request POST \ --url https://api.shuriken.trade/api/v2/tokens/batch \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "tokens": [ "<string>" ] } '
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
POST /api/v2/tokens/batch request body
List of token IDs in "chain:address" format (max 100)
Batch token results