Wallet Data

Accounts, positions, trades, etc.

Get wallet accounts

get
/wallet/{address}/accounts
Path parameters
addressstringRequiredExample: 0x6c51275fd01d5dbd2da194e92f920f8598306df2Pattern: ^0x[a-fA-F0-9]{40}$
Responses
200

List of accounts

application/json
get
/wallet/{address}/accounts

Get wallet perp executions

get
/wallet/{address}/perpExecutions

Returns up to 100 perp executions for a given wallet.

Path parameters
addressstringRequiredExample: 0x6c51275fd01d5dbd2da194e92f920f8598306df2Pattern: ^0x[a-fA-F0-9]{40}$
Query parameters
startTimeintegerOptional

Return results after this sequence number (for pagination)

Example: 1747927089946
endTimeintegerOptional

Return results before this sequence number (for pagination)

Example: 1747927089946
Responses
200

List of perpetual executions

application/json
get
/wallet/{address}/perpExecutions

Get wallet spot executions

get
/wallet/{address}/spotExecutions

Returns up to 100 spot executions for a given wallet.

Path parameters
addressstringRequiredExample: 0x6c51275fd01d5dbd2da194e92f920f8598306df2Pattern: ^0x[a-fA-F0-9]{40}$
Query parameters
startTimeintegerOptional

Return results after this sequence number (for pagination)

Example: 1747927089946
endTimeintegerOptional

Return results before this sequence number (for pagination)

Example: 1747927089946
Responses
200

List of spot executions

application/json
get
/wallet/{address}/spotExecutions

Get wallet positions

get
/wallet/{address}/positions
Path parameters
addressstringRequiredExample: 0x6c51275fd01d5dbd2da194e92f920f8598306df2Pattern: ^0x[a-fA-F0-9]{40}$
Responses
200

List of positions

application/json
get
/wallet/{address}/positions

Get wallet account balances

get
/wallet/{address}/accountBalances

Returns all account real balances for a wallet.

Path parameters
addressstringRequiredExample: 0x6c51275fd01d5dbd2da194e92f920f8598306df2Pattern: ^0x[a-fA-F0-9]{40}$
Responses
200

List of account balances

application/json
get
/wallet/{address}/accountBalances

Get wallet open orders

get
/wallet/{address}/openOrders

Returns all pending orders for a wallet.

Path parameters
addressstringRequiredExample: 0x6c51275fd01d5dbd2da194e92f920f8598306df2Pattern: ^0x[a-fA-F0-9]{40}$
Responses
200

List of open orders

application/json
get
/wallet/{address}/openOrders

Get wallet configuration

get
/wallet/{address}/configuration

Returns trading configuration for a wallet

Path parameters
addressstringRequiredExample: 0x6c51275fd01d5dbd2da194e92f920f8598306df2Pattern: ^0x[a-fA-F0-9]{40}$
Responses
200

Wallet configuration

application/json
get
/wallet/{address}/configuration

Last updated