Skip to main content
GET
List account transactions in a time range

Authorizations

Authorization
string
header
required

Bearer token used for protected REST API requests.

Path Parameters

accountID
string
required

Trading account identifier. The authenticated user must be allowed to access this account.

start_time
integer<int64>
required

Start of the time range as Unix timestamp in milliseconds.

end_time
integer<int64>
required

End of the time range as Unix timestamp in milliseconds.

Response

Transaction records matching the account and time range.

id
string

Unique transaction identifier.

accountId
string

Account affected by the transaction.

transactionType
string

Business transaction type such as credit_update, deposit, withdraw, trading_fee, referral_commission, referral_rebate, realized_pnl, or tax.

amount
number

Transaction amount. Negative values represent debits/holds where applicable.

status
string

Processing status such as pending, processing, or complete.

network
string

Payment or transfer network, if applicable.

tx
string

Transaction hash or external transaction reference.

recvAddress
string

Receiving address for external transfer flows.

senderAddress
string

Sender address for external transfer flows.

processedTime
integer<int64>

Processing timestamp in Unix milliseconds.

metadata
object

Transaction-specific metadata, for example symbol, trade_id, position_id, bank account metadata, or right-subscription data.

createdAt
string<date-time>

Creation timestamp.