funds_records
Retrieve read-only funds records: financial ledger, convert history, main↔sub transfers, and transferable coins. Filter by account type, time, and coin for precise reconciliation.
Instructions
[VERB] Funds history (read-only): financial ledger | convert records | main↔sub transfer records | transferableCoins.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | No | Coin filter, e.g. USDT. | |
| role | No | Transfer-out account type initiator Initiator of the transfer receiver Recipient of the transfer Default: initiator | |
| type | No | Type TRANSFER_IN/TRANSFER_OUT...... All enumeration values can be viewed under the Enumeration category. | |
| view | No | summary (default) trims null fields to save tokens; full returns the untouched payload. | |
| limit | No | Limit per page Default:100. Maximum:100 | |
| action | Yes | What to do — financial: financial (bill) ledger (needs: category) | convert: convert history (needs: fromCoin, toCoin) | subTransfers: main↔sub transfer records | transferableCoins: coins eligible for transfer (needs: fromType, toType). | |
| cursor | No | Cursor Pagination is implemented by omitting the cursor in the first query and applying the cursor from the previous query for subsequent pages | |
| fields | No | Optional list (array or comma-separated string) of fields to keep on each returned row. | |
| subUid | No | Sub-account UID. If not provided, transfer records of the main account will be retrieved. | |
| toCoin | No | To coin (target coin) It refers to the coin being converted into (received) | |
| toType | No | To (target) account type spot Spot account/Funding account p2p P2P account/OTC account coin_futures Coin-M futures account usdt_futures USDT futures account usdc_futures USDC futures account crossed_margin Cross margin account isolated_margin Isolated margin account uta Unified trading account | |
| endTime | No | Range end (ms epoch). | |
| category | No | Product type SPOT Spot trading MARGIN Margin trading USDT-FUTURES USDT futures COIN-FUTURES Coin-M futures USDC-FUTURES USDC futures OTHER Other | |
| fetchAll | No | Paged reads only: walk the cursor to bounded completion (returns { items, pages, truncated }). | |
| fromCoin | No | From coin (source coin) It refers to the coin being converted | |
| fromType | No | From (source) account type spot Spot account/Funding account p2p P2P account/OTC account coin_futures Coin-M futures account usdt_futures USDT futures account usdc_futures USDC futures account crossed_margin Cross margin account isolated_margin Isolated margin account uta Unified trading account | |
| clientOid | No | clientOid,Cannot exceed 64 characters. | |
| startTime | No | Range start (ms epoch). |