cURL
curl --request GET \ --url https://api.odin.fun/v1/token/{id}/tags
{ "data": [ { "id": 123, "name": "<string>", "description": "<string>", "created_time": "<string>" } ] }
Token ID
Returns all tags for the token
Show child attributes