Skip to main content
POST
/
get-topics
Get topics for a token
curl --request POST \
  --url https://yppncslmsswqydhhgygz.supabase.co/functions/v1/get-topics \
  --header 'Content-Type: application/json' \
  --data '{
  "limit": 20,
  "offset": 0,
  "token_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}'
{
  "success": true,
  "topics": [
    "<any>"
  ]
}

Body

application/json
limit
integer
default:20
Required range: 1 <= x <= 100
offset
integer
default:0
Required range: x >= 0
token_id
string<uuid>

Response

Successful response

success
boolean
required
topics
(any | null)[]
required