Get tokens from a collection by ID or type
cURL
curl --request GET \ --url https://sandbox.oumla.com/api/v1/tokenization/collection/tokens \ --header 'x-api-key: <api-key>'
200
Example
{ "tokens": [ { "id": "123e4567-e89b-12d3-a456-426614174000", "status": "CONFIRMED", "type": "MINT", "metaData": {}, "addressId": "123e4567-e89b-12d3-a456-426614174000", "amount": "1", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z", "transactionHash": "0x1234567890abcdef", "tokenId": "1" } ], "total": 100}
API key for authentication. Obtain your API key from the dashboard.
SDK version header
Collection ID
Token type
Number of records to skip
x >= 0
Number of records to take
1 <= x <= 100
Successfully retrieved collection tokens
Collection tokens response object
Show child attributes
100
Was this page helpful?