queryWithdrawAddresses
Retrieve withdrawal addresses from your address book, filtered by coin, chain, or address type (internal or external). Supports pagination and respects security policies like 24-hour new address restrictions.
Instructions
Retrieve withdrawal addresses from the address book.
API key must have withdrawal permissions.
Business rules (from code):
When addressType is 1 (internal transfer) or 2 (all), coin and chain parameters are ignored
Records with failed address signature verification will be filtered out
If user has enabled 24-hour new address no-verification security policy, new address status=1 means unavailable within 24 hours
Use baseCoin as coin to query universal addresses
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | No | ||
| chain | No | ||
| addressType | No | 0 | |
| limit | No | ||
| cursor | No |