Skip to main content

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.
Request: {} (empty body) Response data[]:

Create Wallet Address

Generate a new deposit address for a specific coin and chain.
Request: Response data:
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.
Request: {} (empty body) Response data[]: Same shape as Create Wallet Address response.

Wallet Transaction History

Query crypto deposit and withdrawal transaction history.
Request: Response data: { total, records[] }
If status=fail, it is not necessarily final. The platform may manually resolve failed deposits to success.