APIAPI v2V2 endpoint referenceBet tracker
/me/bet-tracker-settings
Get the caller's stake settings and tag vocabulary
Get the caller's stake settings and tag vocabulary
AuthorizationBearer <token>
Supabase access token.
In: header
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/me/bet-tracker-settings"{ "data": { "currency": "string", "stakeMode": "string", "tags": [ "string" ], "unitValue": 0 }}