Get Token by ID
Get Token By ID.
This method will use 20 Compute Units.
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
400
Invalid parameter
application/json
404
Not Found
application/json
get
/api/v1/tokens/{tokenId}Last updated
Was this helpful?