Skip to content

Retrieve Tags for a Market

GET /markets/{id}/tags

Server: https://gamma.openfish.fun

Tags: Markets


NameInTypeDescription
idpathstringRequired. Market ID

200 — A JSON array of Tag objects that are linked to this market.

[
{
"id": "42",
"label": "Crypto",
"slug": "crypto",
"forceShow": false,
"forceHide": false,
"isCarousel": false,
"requiresTranslation": false,
"createdAt": "2025-01-01T00:00:00+00:00",
"updatedAt": "2025-01-01T00:00:00+00:00"
}
]

Terminal window
curl "https://gamma.openfish.fun/markets/12345/tags"