Skip to main content
GET
/
search
cURL
curl --request GET \
  --url https://api.odin.fun/v1/search
{
  "data": [
    {
      "id": "<string>",
      "type": "<string>",
      "label": "<string>"
    }
  ]
}

Query Parameters

q
string
required
types
string[]

Possible values: trade, activity, user, token

Response

default - application/json
data
object[]
I