Skip to main content
GET
/
v1
/
me
Get Api Me
curl --request GET \
  --url https://api.polysimulator.com/v1/me \
  --header 'X-API-Key: <api-key>'
{
  "user_id": 123,
  "balance": "<string>",
  "currency": "<string>",
  "key_count": 123,
  "tier": "<string>",
  "permissions": [
    "<string>"
  ],
  "auth_user_id": "<string>",
  "email": "<string>"
}

Authorizations

X-API-Key
string
header
required

Issue from /v1/keys (or admin-issued for enterprise tier).

Headers

authorization
string | null
X-API-Key
string | null
POLY_API_KEY
string | null
Poly-API-Key
string | null

Response

Successful Response

user_id
integer
required
balance
string
required

Paper balance as a decimal string.

currency
string
required
key_count
integer
required
tier
string
required

Rate-limit tier (free, pro, ...).

permissions
string[]
required

Scope of the authenticating API key (e.g. ["read", "trade"]). Bearer-JWT auth returns the default key scope.

auth_user_id
string | null
email
string | null