Skip to main content
POST
/
tokens
/
multi
Batched token lookup
curl --request POST \
  --url https://api.dexploit.dev/tokens/multi \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "mints": [
    "<string>"
  ]
}
'
{
  "results": {},
  "computed_at": 123
}

Authorizations

X-API-Key
string
header
required

Preferred for swaps-api endpoints (/swaps/*, /stats/*, /trending, /pool-events).

Body

application/json
mints
string[]
required
Maximum array length: 20

Response

Batched lookup

results
object

Keyed by mint. Value is null when the mint is not in the tokens table.

computed_at
integer