List issued tokens for the organization with pagination.
cURL
curl --request GET \ --url https://sandbox.oumla.com/api/v1/tokenization/tokens \ --header 'x-api-key: <api-key>' \ --header 'x-sdk-version: <x-sdk-version>'
{ "tokens": [ { "id": "<string>", "status": "<string>", "type": "<string>", "displayName": "<string>", "tokenMetadata": { "name": "<string>", "symbol": "<string>", "decimals": 123, "standard": "<string>", "network": "<string>", "contractAddress": "<string>", "contractTemplateId": "<string>", "contractDeploymentId": "<string>", "addressId": "<string>" } } ], "total": 123 }
API key for authentication
SDK version header
0
25
Tokens (paginated)
Show child attributes
Was this page helpful?