Skip to main content
GET
List application movements

Authorizations

x-server-key
string
header
required

Query Parameters

page
integer<uint32>

Page number (1-indexed)

Required range: 1 <= x <= 10000
pageSize
integer<uint32>
default:20

Items per page (max 100)

Required range: 1 <= x <= 100
userId
string<uuid>

User identifier (UUID)

Minimum string length: 1
transactionType
enum<string>

Transaction type

Available options:
DEPOSIT,
WITHDRAWAL,
TRADE,
FEE,
FUNDING,
LIQUIDATION,
INTEREST,
REWARD,
CHAIN_SYNC
Minimum string length: 1
entryType
enum<string>

Ledger entry type

Available options:
CREDIT,
DEBIT,
LOCK,
UNLOCK,
FEE
Minimum string length: 1
assetId
string<uuid>

Asset identifier (UUID)

Minimum string length: 1

Response

OK

movements
object[] | null
total
integer<uint32> | null

Matching movements. Exact up to 10,000 pages of the requested page size (page_size x 10,000 rows) and saturates there, so an application with more matching movements than the listing can page through reads the cap, not its lifetime total.

Example:

150

page
integer<uint32> | null

Current page number

Example:

1

pageSize
integer<uint32> | null

Items per page

Example:

20

totalPages
integer<uint32> | null

Number of pages at the requested page size. Exact up to 10,000 and saturates there, the last page this listing can reach.

Example:

8