queryWithdrawRecords
Retrieve withdrawal records filtered by type, coin, date range, or ID. Supports on-chain, internal, or all withdrawals.
Instructions
Query withdrawal records.
Master UID API key only.
Max 30-day range per query. If
startTimeandendTimeare not provided, defaults to the last 30 days.endTime - startTimemust be less than 30 days.Business rules :
Uses read replica by default
withdrawType=0 returns on-chain withdrawal records (includes web3, batch release, AML and other internal types, all mapped to 0)
withdrawType=1 returns internal transfer records
withdrawType=2 returns all records
AML custody wallet liquidation records (type 1040) will replace txID, toAddress, tag fields with liquidation info
Records pending manual review requiring material submission will show status as "MoreInformationRequired"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| withdrawID | No | ||
| txID | No | ||
| coin | No | ||
| withdrawType | No | 0 | |
| startTime | No | ||
| endTime | No | ||
| limit | No | ||
| cursor | No |