latestOpenAPI 3.0.12026-07-24128351404.9 KB

29c08a4da357

Common

Bind Wallet

The purpose of this API is to bind the wallet used for card spending. Currently, only USDC and USDT wallets are supported.Only the following BINs are supported: 428820, 428852, 486555, 512631, 513989, 517746, 537100, 543691.

post/open-api/v3/cards/bind-wallet

Request body

accountIdstring uuid required

The UUID of the account.

walletIdstring required

For business account/infinity account, pass balanceId; for crypto connect , pass walletId

walletCurrencystring required

Currency of the account

walletTypeinteger required

Business type of the destination. 0: INFINITY_ACCOUNT, 1: BUSINESS_ACCOUNT, 2: CRYPTO_CONNECT

balanceIdstring required

The UUID of the Balance.

Example request

{
  "walletId": "c6c6e3c4-6114-4f73-ac39-a4ca3d67a525",
  "walletCurrency": "USD",
  "walletType": 1
}

Response

OK

codestring

Return code

messagestring

Error message