Skip to main content

Wallets Tutorial

The Wallets API provides operations related to Wallets. This includes listing wallets, retrieving a wallet balance, and getting wallet settlement details.

Listing Wallets

To list wallets, make a GET request to the /api/v1/wallets endpoint. For more details, please refer to the List Wallets API documentation.

Retrieving a Wallet Balance

To retrieve a wallet balance, make a GET request to the /api/v1/wallets/{id}/balance endpoint. For more details, please refer to the Get Wallet Balance API documentation.

Get Wallet Settlement Details

To get wallet settlement details, make a GET request to the /api/v1/wallets/{id}/settlements endpoint. For more details, please refer to the Get Wallet Settlement Details API documentation.