Skip to main content
GET
List wallets for an account
Returns the account’s wallets, each with its address and per-asset balances. Balance amounts (total, available, reserved) are decimal strings — reserved is the portion held against pending payment requests. Wallet type is VENLY_MANAGED or SELF_CUSTODY (see custody models). Concept guide: Wallets & balances

Authorizations

Path Parameters

accountId
string<uuid>
required

Unique account identifier

Query Parameters

page
integer<int32>
default:1

Page number (1-based indexing)

Required range: x >= 1
size
integer<int32>
default:100

Number of items per page

Required range: x >= 1

Response

List of wallets

success
boolean

Indicates whether the request was successful

result
object[]
pagination
object

Pagination metadata (top-level sibling of result)