Wallet Data
Path parameters
addressstringRequiredExample:
0x6c51275fd01d5dbd2da194e92f920f8598306df2Pattern: ^0x[a-fA-F0-9]{40}$Responses
200
List of accounts
application/json
400
Bad request
application/json
500
Internal server error
application/json
get
/wallet/{address}/accountsPath parameters
addressstringRequiredExample:
0x6c51275fd01d5dbd2da194e92f920f8598306df2Pattern: ^0x[a-fA-F0-9]{40}$Query parameters
startTimeintegerOptionalExample:
Return results after this sequence number (for pagination)
1747927089946endTimeintegerOptionalExample:
Return results before this sequence number (for pagination)
1747927089946Responses
200
List of perpetual executions
application/json
400
Bad request
application/json
500
Internal server error
application/json
get
/wallet/{address}/perpExecutionsPath parameters
addressstringRequiredExample:
0x6c51275fd01d5dbd2da194e92f920f8598306df2Pattern: ^0x[a-fA-F0-9]{40}$Query parameters
startTimeintegerOptionalExample:
Return results after this sequence number (for pagination)
1747927089946endTimeintegerOptionalExample:
Return results before this sequence number (for pagination)
1747927089946Responses
200
List of spot executions
application/json
400
Bad request
application/json
500
Internal server error
application/json
get
/wallet/{address}/spotExecutionsPath parameters
addressstringRequiredExample:
0x6c51275fd01d5dbd2da194e92f920f8598306df2Pattern: ^0x[a-fA-F0-9]{40}$Responses
200
List of positions
application/json
400
Bad request
application/json
500
Internal server error
application/json
get
/wallet/{address}/positionsPath parameters
addressstringRequiredExample:
0x6c51275fd01d5dbd2da194e92f920f8598306df2Pattern: ^0x[a-fA-F0-9]{40}$Responses
200
List of account balances
application/json
400
Bad request
application/json
500
Internal server error
application/json
get
/wallet/{address}/accountBalancesPath parameters
addressstringRequiredExample:
0x6c51275fd01d5dbd2da194e92f920f8598306df2Pattern: ^0x[a-fA-F0-9]{40}$Responses
200
List of open orders
application/json
400
Bad request
application/json
500
Internal server error
application/json
get
/wallet/{address}/openOrdersPath parameters
addressstringRequiredExample:
0x6c51275fd01d5dbd2da194e92f920f8598306df2Pattern: ^0x[a-fA-F0-9]{40}$Responses
200
Wallet configuration
application/json
400
Bad request
application/json
500
Internal server error
application/json
get
/wallet/{address}/configurationLast updated