get https://{environment}.masspay.io/{VERSION}/payout/wallet/
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
.