Skip to main content
GET
Get asset conversion history

Headers

orderly-timestamp
string
required

Timestamp of the signed request in milliseconds.

orderly-account-id
string
required

Account ID of the authenticated account.

orderly-key
string
required

Public orderly key used to sign the request.

orderly-signature
string
required

Signature of the request payload generated with the orderly key.

Query Parameters

page
integer
default:1

Page number, starting from 1. Ignored when cursor is provided.

Required range: x >= 1
size
integer
default:20

Number of rows per page.

Required range: 1 <= x <= 100
cursor
integer<int64>

Keyset cursor for consistent pagination. Pass the next_cursor value from the previous response. Takes precedence over page when provided.

start_t
integer<int64>
required

Start of the query window as a 13-digit Unix timestamp in milliseconds. Must be less than or equal to end_t; the query range cannot exceed 180 days.

Required range: 1000000000000 <= x <= 9999999999999
end_t
integer<int64>
required

End of the query window as a 13-digit Unix timestamp in milliseconds. Must be greater than or equal to start_t; the query range cannot exceed 180 days.

Required range: 1000000000000 <= x <= 9999999999999
user_address
string

Filter by user wallet address. Provide either user_address or user_account, but not both.

user_account
string

Filter by internal account identifier. Provide either user_account or user_address, but not both.

Response

200 - application/json

OK

success
boolean
required

Indicates whether the request was successful.

Example:

true

timestamp
integer<int64>
required

Server timestamp in milliseconds.

Example:

1778747916938

data
object
required