Get Token by ID
Returns token entity information given the id
Path parameters
tokenIdstring · nullableRequiredExample:
Network entity ID in the format of shard.realm.num
0.1.2Pattern: ^\d{1,10}\.\d{1,10}\.\d{1,10}$Query parameters
timestampstringOptionalExample:
{"summary":"--","value":""}Pattern: ^((eq|lt|lte):)?\d{1,10}(.\d{1,9})?$Responses
200
OK
application/json
auto_renew_accountstring · nullableOptionalExample:
Network entity ID in the format of shard.realm.num
0.1.2Pattern: ^\d{1,10}\.\d{1,10}\.\d{1,10}$auto_renew_periodinteger · int64 · nullableOptional
created_timestampstringOptionalExample:
1586567700.453054000Pattern: ^\d{1,10}(\.\d{1,9})?$decimalsstringOptionalExample:
1000deletedboolean · nullableOptionalExample:
trueexpiry_timestampinteger · int64 · nullableOptionalExample:
1234567890100000freeze_defaultbooleanOptionalExample:
falseinitial_supplystringOptionalExample:
1000000max_supplystringOptionalExample:
9223372036854775807modified_timestampstringOptionalExample:
1586567700.453054000Pattern: ^\d{1,10}(\.\d{1,9})?$namestringOptionalExample:
Token namememostringOptionalExample:
token memopause_statusstring · enumOptionalExample:
UNPAUSEDPossible values: supply_typestring · enumOptionalExample:
INFINITEPossible values: symbolstringOptionalExample:
ORIGINALRDKSEtoken_idstring · nullableOptionalExample:
Network entity ID in the format of shard.realm.num
0.1.2Pattern: ^\d{1,10}\.\d{1,10}\.\d{1,10}$total_supplystringOptionalExample:
1000000treasury_account_idstring · nullableOptionalExample:
Network entity ID in the format of shard.realm.num
0.1.2Pattern: ^\d{1,10}\.\d{1,10}\.\d{1,10}$typestring · enumOptionalExample:
FUNGIBLE_COMMONPossible values: 400
Invalid parameter
application/json
404
Not Found
application/json
get
/api/v1/tokens/{tokenId}Last updated
Was this helpful?