Query Parameters
limit?integer
Maximum number of rows to return.
Range
1 <= value <= 100Default
20offset?integer
Offset for pagination.
Range
0 <= valueDefault
0creator?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://example.com/tags"[ { "id": "string", "label": "string", "slug": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "requiresTranslation": true }]