post https://api.nabu.xyz/bulk/token
This endpoint is optimized for bulk querying multiple specific tokens from different collections. You can specify an arbitrary number of tokens in the request, but the limit per response is 1000 tokens. Post the same input again with the next offset to continue receiving results. Please note that the limit
and the offset
parameters go in the query string, not in the POST payload.
Available in all Nabu subscription plans.
Response Field | Data Type | Description |
---|---|---|
tokens | array of Token | The list of tokens requested, with valuation information when available |
next_offset | number | The offsite for the next page of results. If null, no more results are available |