Get a linked token by its ID.
cURL
curl --request GET \ --url https://sandbox.oumla.com/api/v1/tokenization/tokens/{id} \ --header 'x-api-key: <api-key>' \ --header 'x-sdk-version: <x-sdk-version>'
{ "token": { "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>" } } }
API key for authentication
SDK version header
Token ID
Linked token by ID
Show child attributes
Was this page helpful?