Crypto Wallet APIs (v2)
Manage cryptocurrency wallet addresses for funding your merchant account. Supports USDT on TRC20 and BEP20 chains.Base URL:
POST /api/v2.1/fincard/virtual/wallet/v2/...Coin List
Query all supported coins and blockchain networks.{} (empty body)
Response data[]:
Example Response
Example Response
Create Wallet Address
Generate a new deposit address for a specific coin and chain.
Response
data:
Example Response
Example Response
You can also generate wallet addresses from the dashboard. Each
coinKey has one address per merchant.Wallet Address List
Query all generated wallet deposit addresses.{} (empty body)
Response data[]: Same shape as Create Wallet Address response.
Wallet Transaction History
Query crypto deposit and withdrawal transaction history.
Response
data: { total, records[] }
Example Response
Example Response