Skip to main content
GET
/
token
/
{id}
/
tags
Get all tags for a token
curl --request GET \
  --url https://api.odin.fun/v1/token/{id}/tags
{
  "data": [
    {
      "id": 123,
      "name": "<string>",
      "description": "<string>",
      "created_time": "<string>"
    }
  ]
}

Path Parameters

id
string
required

Token ID

Response

Returns all tags for the token

data
object[]
I