cURL
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>" ] }
Get paginated list of discussion topics for a token. Supports sorting by recent, upvotes, oldest, or most_tipped.
1 <= x <= 100
x >= 0
Successful response
Show child attributes