Activities
Activity Management Interfaces
📄️ List Cash Activities
Lists an account's cash activities, filterable by type and time range. Defaults to the last 7 days if no date is provided.
📄️ List Transfer Activities
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).<br/>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.
📄️ Get Transfer Activity Detail
Retrieves a single activity transfer record by account_id and transfer_id, covering both ACATS (North America accounts) and crypto transfers.<br/>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.