Get Wallet List
This API is used to retrieve a list of available stablecoin wallets under a specific merchant account. Merchants can use this interface to obtain wallet information before creating payment links or performing fund management operations.
Typical use cases include:
Selecting a wallet prior to initiating a payment flow
Wallet configuration and validation
Managing multiple wallets under a merchant account
Endpoint Information
Request Header:
X-BH-TOKEN: ******Request Header:
Content-Type:application/jsonRequest Method:
GETRequest Path:
/v2/payments/walletsAuthorization Required: Yes
Request Parameters
The request query should include the following parameters:
merchantId: The merchant ID.
Request Example
GET /openapi/v2/payments/wallets?merchantId=3Response Parameters
The response will contain the following parameters:
wallets: List of wallets under the merchant account.
walletId: Wallet identifier.
walletName: Wallet name.
Response Example
Notes
The
merchantIdmust correspond to a valid merchant account.If multiple wallets are configured for the merchant, all available wallets will be returned in the
walletslist.The returned
walletIdcan be used when creating payment links or performing wallet-related operations.
Last updated

