Skip to main content
GET
Get all current positions for a wallet

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

wallet_address
string
required

Ethereum wallet address

Query Parameters

next
string

Opaque cursor from previous meta.next_cursor.

limit
integer<int64>

Page size (1–500, default 100).

include_hidden
boolean

Include positions in hidden (enabled but unlisted) vaults alongside visible ones. Positions in disabled vaults are never returned.

Response

All wallet positions

data
object[]
required
meta
object
required