Retrieve all available wallets for a user

This GET endpoint is used to retrieve all available wallets for a provided user token.
You can use this endpoint to obtain information about the wallets associated with the provided user token.
To use this endpoint, you need to provide the user_token as a required parameter in the URL Path.
The response will include a JSON array containing details for each wallet including user_token, balance, currency_code.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Token representing the user who owns the wallet

Query Params
boolean
Defaults to false

When set to true, the response will include only the wallet balances funded by the client making the API call. Use this to restrict results to balances that were loaded or managed by your client credentials. Default is false, which returns all balances associated with the user, regardless of funding source.

Headers
string

Unique key to prevent duplicate processing

Responses

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json