deposit
Manage crypto deposits on Bitget: retrieve deposit addresses, review deposit history, and configure deposit account settings.
Instructions
[VERB] Deposits by intent: address (get a deposit address) | records (deposit history) | setupAccount.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | No | Coin to deposit, e.g. USDT. | |
| size | No | Deposit Quantity - Only applies to BTC Lightning Network - Limit range: 0.000001 - 0.01. | |
| view | No | summary (default) trims null fields to save tokens; full returns the untouched payload. | |
| chain | No | Chain/network for the deposit address. | |
| limit | No | Items per page The default value is 20, and the maximum value is 100. | |
| action | Yes | What to do — address: get a deposit address (needs: coin) | records: deposit history (needs: startTime, endTime) | setupAccount: configure the deposit account (needs: coin, accountType). | |
| cursor | No | Cursor ID - Used for pagination to reduce query response time - Do not send for the initial query. When querying the second page and subsequent data, use the smallest orderId returned from the previous query. The results will return data less than that value | |
| dryRun | No | Preview a write without sending it. | |
| fields | No | Optional list (array or comma-separated string) of fields to keep on each returned row. | |
| confirm | No | Required to execute destructive (high-risk) writes; without it such a call returns { confirmationRequired: true }. | |
| endTime | No | Query record end time<ul><li>Unix millisecond timestamp, e.g., 1690196141868</li></ul> | |
| orderId | No | Order ID - Used for specifying order queries. | |
| fetchAll | No | Paged reads only: walk the cursor to bounded completion (returns { items, pages, truncated }). | |
| startTime | No | Query record start time<ul><li>Unix millisecond timestamp, e.g., 1690196141868</li></ul> | |
| accountType | No | Account type funding Funding account unified Unified account otc OTC account The current default is the funding account, and it can be modified to a unified account or an OTC account |