Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITransactionsOptions

Hierarchy

Index

Properties

Optional accountId

accountId?: string

Transaction account ID

Optional asset

asset?: string

Asset

Optional fromDate

fromDate?: string

Starting timestamp of transactions in ISO format

Optional limit

limit?: number

Limit response to this amount of transactions

Optional offset

offset?: number

Offset to list transactions

Optional operationType

operationType?: string | string[]

Transaction types

Optional order

order?: "ASC" | "DESC"

Order transactions by descending or ascending

Optional orderId

orderId?: string

Filter transactions by the order id

Optional orderPos

orderPos?: number

Filter transactions by the position in the order

Optional symbolId

symbolId?: string

Filter transactions by the symbol id

Optional toDate

toDate?: string

Ending timestamp of transactions in ISO format

Optional uuid

uuid?: string

Transaction UUID

Optional version

version?: "2.0" | "3.0"

API version