Account APIs
Manage merchant accounts (WALLET and MARGIN types), query balances, view ledger transactions, and execute fund transfers.Base URL:
POST /api/v2.1/fincard/virtual/account/...Assets (Account Info)
Returns all merchant accounts with balances.{} (empty body)
Response data[]:
Example Response
Example Response
Account List
Paginated list of accounts with optional type filter.
Response
data: { total: Long, records: [...] } — records same shape as Account Info.
Single Account Query
Query a single account by ID.
Response
data[]: Same shape as Account Info.
Ledger Transactions
Query financial transaction history for an account.
Transaction Types (
bizType):
Response
data: { total, records[] }
Example Response
Example Response
Create Shared Account
Create a new MARGIN account for shared card mode.
Response
data[]: The created account (same shape as Account Info).
Fund Transfer
Transfer or collect funds between accounts.
Response
data: true (boolean)
Use this to fund a MARGIN account before creating shared (BUDGET_CARD) cards linked to it.
Wallet Deposit (Deprecated)
Create a wallet deposit order. Returns deposit address and amount.
Response
data:
Wallet Deposit Transactions (Deprecated)
{ total, records[] }.