Axes Docs

List Tags

Returns tag records available in the synced Gamma catalog

GET
/tags

Query Parameters

limit?integer

Maximum number of rows to return.

Default100
Range1 <= value <= 500
offset?integer

Offset for pagination.

Default0
Range0 <= value
creator?string

Optional creator filter. Use a creator wallet address or a site identifier to scope results to markets available on that site.

Response Body

application/json

curl -X GET "https://gamma-api.axes.co/tags"
[
  {
    "id": "string",
    "label": "string",
    "slug": "string",
    "createdAt": "2019-08-24T14:15:22Z",
    "updatedAt": "2019-08-24T14:15:22Z",
    "requiresTranslation": true
  }
]