StatsHub Docs
APIAPI v2V2 endpoint referenceBet tracker

/me/bankrolls

List the caller's bankrolls

GET
/me/bankrolls

List the caller's bankrolls

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/bankrolls"
{  "data": [    {      "createdAt": "2019-08-24T14:15:22Z",      "currency": "string",      "id": "string",      "isDefault": true,      "mode": "string",      "name": "string",      "startingBalance": 0,      "unitValue": 0    }  ]}