v1

latestOpenAPI 3.0.12026-07-24128351404.9 KB
Funding

Get deposit wallet address

Retrieves the deposit wallet address for the specified asset and blockchain network.

post/open-api/v3/scan2pay/funding/wallet/address

Request body

currency'USDT' | 'USDC' required

Asset symbol

chainType'ARB' | 'AVAX' | 'BASE' | 'BNB' | 'ETH' | 'MATIC' | 'OP' | 'TRX' | 'TON' | 'SOL' required

Blockchain network

Example request

{
  "currency": "USDT",
  "chainType": "ARB"
}

Response

Successful operation