Last updated 3 months ago
Returns token
Token identifier
"0.0.1960"
Token details
Message identifier
"1706823227.586179534"
const response = await fetch('/api/v1/entities/tokens/{tokenId}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "id": "1706823227.586179534", "row": { "id": "667c240639282050117a1985", "tokenId": "0.0.4481265", "status": "UPDATED", "lastUpdate": 1716755852055, "serialNumber": 1, "hasNext": false, "name": "iRec Token", "symbol": "iRec", "type": "NON_FUNGIBLE_UNIQUE", "treasury": "0.0.1", "memo": "0.0.2952745", "totalSupply": "77", "decimals": "2" } }