Skip to main content
GET
List the user's balances.

Authorizations

Authorization
string
header
required

Session token from POST /auth/login.

Query Parameters

asset_ids
string | null

Comma-separated list of asset ids

last_cursor
string | null

The last cursor, emitted by the previous response.

limit
integer<uint32> | null

The maximum number of items to return.

Required range: x >= 0
venue
enum<string> | null

The venue to filter by.

Available options:
polymarket,
kalshi,
limitless

Response

items
object[]
required
next_cursor
string | null