Get Transactions
requires auth
Transactions
Endpoint to retrieve account transactions information. Used to obtain a list of transactions within a date range.
Response will show all types of transactions in the account.
Path Parameters:
accountId
*
string
your account ID
max
*
string
maximum number of transactions in the response
transactionId
string
ID of transaction
asset
string
the asset of transaction
type
string
transaction type ("invalid" "deposit" "withdrawal" "transferSent" "transferReceived" "trade" "manual" "order" "initialBalances")
startAtOrdering
integer <int64>
the order of the transaction in which to start query. ie.: '1081'. Please note that the order increment value is a global value to 1Konto and not specific to your integration. As such, the value will increment by at least 1.
startTimeUtc
string <date-time>
start of period for query
endTimeUtc
string <date-time>
end of period for query
format
string
Example
Last updated