List tokens in a collection, optionally filtered by type, with pagination.
cURL
curl --request GET \ --url https://sandbox.oumla.com/api/v1/tokenization/collection/tokens \ --header 'x-api-key: <api-key>' \ --header 'x-sdk-version: <x-sdk-version>'
{ "tokens": [ { "id": "<string>", "status": "<string>", "type": "<string>", "metaData": {}, "addressId": "<string>", "amount": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "transactionHash": "<string>", "tokenId": "<string>" } ], "total": 123 }
API key for authentication
SDK version header
0
25
MINT
BURN
Collection tokens by ID or type
Show child attributes
Was this page helpful?