Skip to main content
GET
Get account log

Authorizations

APIKey
string
header
required

General API key with at least read-only access

Authent
string
header
required

Authentication string

Query Parameters

since
integer<timestamp-milliseconds>

Unix timestamp in milliseconds.

Example:

1604937694000

before
integer<timestamp-milliseconds>

Unix timestamp in milliseconds.

Example:

1604937694000

from
integer

ID of the first entry (inclusive). IDs start at 1.

Example:

1

to
integer

ID of the last entry (inclusive).

Example:

100

sort
enum<string>
default:desc

Order of events in response. asc = chronological, desc = reverse-chronological.

Available options:
asc,
desc
info
enum<string>[]

Types of entry to filter by. Only these types will be returned.

Available options:
deposit,
withdrawal,
futures partial liquidation,
futures assignment,
futures assignor,
futures assignee,
futures liquidation,
futures_unwind,
settlement,
futures trade,
admin transfer,
transfer,
subaccount transfer,
fee credit,
legacy,
transfers fee,
referral,
funding rate change,
revenue share,
cross-exchange transfer,
cross-exchange transfer failed,
spot trade,
spot fee credit,
margin trade,
margin position settlement,
conversion credit,
loan transfer,
conversion,
interest payment,
interest payment credit,
futures unwind bankrupt,
futures unwind counterparty,
kfee applied,
covered liquidation,
position transfer,
portfolio auctioning,
external custody delegation,
external custody undelegation,
external custody unbind,
futures tax withheld,
futures tax refund,
tax conversion,
options trade,
hedging trade,
rfq,
funding rate payment - cash dividend,
funding rate payment - spin off,
funding rate payment - rights distribution,
funding rate payment - cashflow
Example:
count
integer
default:500

Amount of entries to be returned.

conversion_details
boolean
default:false

Include exchange rate and conversion fee for conversions.

Response

Account log.

accountUid
string<uuid>
required

UID of the account

logs
object[]
required