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:
futures trade,
futures liquidation,
futures assignor,
futures assignee,
futures unwind counterparty,
futures unwind bankrupt,
covered liquidation,
funding rate change,
conversion,
interest payment,
transfer,
cross-exchange transfer,
kfee applied,
subaccount transfer,
settlement,
admin transfer,
tax withheld,
tax refund
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