Unified internal transfer data.
Represents a transfer between accounts within an exchange (e.g., spot to futures, main to sub-account).
Fields
id- Transfer IDtimestamp- Transfer time in millisecondsdatetime- ISO 8601 datetime stringcurrency- Currency codeamount- Transfer amountfrom_account- Source account type (e.g., "spot", "futures")to_account- Destination account typestatus- Transfer statusinfo- Raw exchange response
Summary
Types
Functions
@spec schema() :: map()
JSON Schema for the TransferEntry unified type.