Skip to main content
GET
Fetch a list of wallets

Headers

authorization
string
required

Header with the accessToken for the current session

Query Parameters

walletIds
string[]

optional wallet ids to filter by - defaults to all wallets for calling application

types
enum<string>[]

wallet types to filter by, e.g., User - defaults to all types

Available options:
Commission,
MarketEscrow,
System,
User
page
integer
default:0

Zero-based page index (0..N)

size
integer
default:20

The size of the page to be returned

sort
string[]

Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

Response

OK

_meta
object
wallets
object[]