StatsHub Docs
Endpoint referenceTracker

/tracker/settings

GET
/api/v2/tracker/settings

Response Body

application/json

application/problem+json

application/problem+json

curl -X GET "https://example.com/api/v2/tracker/settings"
{  "$schema": "https://example.com/schemas/TrackerSettingsGetOKBody.json",  "settings": {    "currency": "string",    "stakeMode": "string",    "unitValue": 0  }}