Skip to main content
GET
Get your ledger
GET /ledger-v3 is an audit trail for your account. It lists all bets, inflows, and outflows. eventStatusPENDING, SUCCESS, FAILED. depositTypeBRIDGE, FROM_EOA, PROXY_TO_PROXY. withdrawalTypeBRIDGE, PROXY_TO_PROXY.

Authorizations

x-sx-api-key
string
header
required

API key, sent as the x-sx-api-key header.

Query Parameters

eventType
enum<string>

Filter to a single event type.

Available options:
DEPOSIT,
WITHDRAWAL,
SETTLEMENT,
PAYOUT,
FEE,
REFUND,
ADJUSTMENT
perPage
integer
default:50

Rows per page.

Required range: 1 <= x <= 100
nextKey
string

Cursor from the previous response to continue pagination.

Response

status
string

success or failure if the request succeeded or not

data
object
Last modified on August 26, 2026