List Transfer Activities
GET/trading/activities/transfer-activities/list
Lists an account's activity transfer records, covering both ACATS (North America accounts) and crypto transfers, including incoming and outgoing transfers. Records are sorted by create_time in descending order (newest first).
Note: one record represents one physical transfer (with its own transfer_id, create time and asset list). A complete ACATS transfer may settle across multiple records; use acats_associated_number to aggregate them.
Request
Responses
- 200
- 401
- 417
- 500
OK
Unauthorized: Authentication required
A business logic error triggered when the request cannot be processed due to domain-specific constraints.
Internal Server Error.