Skip to main content
POST
/
search
/
tag-slugs
Search by tags
curl --request POST \
  --url https://api.nevua.markets/search/tag-slugs \
  --header 'Content-Type: application/json' \
  --data '
{
  "tags": [
    {
      "text": "sports",
      "include": true
    },
    {
      "text": "esports",
      "include": true
    }
  ],
  "searchMatchOperator": "OR"
}
'
[
  {
    "id": "<string>",
    "title": "<string>",
    "slug": "<string>",
    "image": "<string>",
    "type": "event",
    "markets": [
      {
        "id": "<string>",
        "image": "<string>",
        "question": "<string>",
        "outcomes": "<string>",
        "outcomePrices": "<string>",
        "nevuaSVGLink": "<string>"
      }
    ]
  }
]

Body

application/json
tags
object[]
required
searchMatchOperator
enum<string>
required
Available options:
AND,
OR

Response

Successful search response

id
string
required

The event ID

title
string
required

The event title

slug
string
required

The event slug

image
string
required

The event image

type
enum<string>
required

The event type

Available options:
event,
market
markets
object[]
required

The markets associated with the event