API
ReferenceAccount

Your account

GET
/public/v1/user

Account snapshot: CS Deals user id, linked steam_id, display name, and balance in cents.

AuthorizationBearer <token>

API key generated from your account settings on the website. Send as Authorization: Bearer csd_....

In: header

Response Body

application/json

curl -X GET "https://example.com/public/v1/user"
{  "id": 1,  "steam_id": "string",  "name": "string",  "balance": -9007199254740991}