queryInternalDepositRecords
Find internal Bybit deposits not on blockchain. Filter by coin, txID, status, or time; supports 30-day windows and cursor pagination. Works with Master or Sub API keys.
Instructions
Query deposit records occurring within the Bybit platform (not on blockchain).
Accessible via Master or Sub Member API Key
Max 30-day window between start/end times; defaults to last 30 days
statusfield filters:0= all,1= Processing,2= Success,3= Failed
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | No | ||
| txID | No | ||
| limit | No | ||
| cursor | No | ||
| status | No | ||
| endTime | No | ||
| startTime | No |