StatsHub Docs
APIAPI v2V2 endpoint referenceBet tracker

/me/bet-tracker-settings

Get the caller's stake settings and tag vocabulary

GET
/me/bet-tracker-settings

Get the caller's stake settings and tag vocabulary

Authorization

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  }}