Skip to main content

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

Account List

Paginated list of accounts with optional type filter.
Request: Response data: { total: Long, records: [...] } — records same shape as Account Info.

Single Account Query

Query a single account by ID.
Request: Response data[]: Same shape as Account Info.

Ledger Transactions

Query financial transaction history for an account.
Request: Transaction Types (bizType): Response data: { total, records[] }

Create Shared Account

Create a new MARGIN account for shared card mode.
Request: Response data[]: The created account (same shape as Account Info).

Fund Transfer

Transfer or collect funds between accounts.
Request: Response data: true (boolean)
Use this to fund a MARGIN account before creating shared (BUDGET_CARD) cards linked to it.

Wallet Deposit (Deprecated)

Deprecated. Use the Wallet v2 APIs instead.
Create a wallet deposit order. Returns deposit address and amount.
Request: Response data:

Wallet Deposit Transactions (Deprecated)

Deprecated. Use the Wallet v2 Transaction History instead.
Paginated query for wallet deposit transactions. Response: { total, records[] }.