You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# +bool+ +include fee+:: Optional. If true then the amount includes fees. Default is false
827
832
# +bool+ +auto commit+:: Optional. If false then you should commit or rollback the transaction in an hour. Used in two phase commit schema. Default is true
# +Array[String]+ +transaction ids+:: Optional. List of transaction identifiers to query
1012
-
# +Array[String]+ +transaction types+:: Optional. List of types to query. valid types are: 'DEPOSIT', 'WITHDRAW', 'TRANSFER' and 'SWAP'
1013
-
# +Array[String]+ +transaction subtyes+:: Optional. List of subtypes to query. valid subtypes are: 'UNCLASSIFIED', 'BLOCKCHAIN', 'AIRDROP', 'AFFILIATE', 'STAKING', 'BUY_CRYPTO', 'OFFCHAIN', 'FIAT', 'SUB_ACCOUNT', 'WALLET_TO_SPOT', 'SPOT_TO_WALLET', 'WALLET_TO_DERIVATIVES', 'DERIVATIVES_TO_WALLET', 'CHAIN_SWITCH_FROM', 'CHAIN_SWITCH_TO' and 'INSTANT_EXCHANGE'
1014
-
# +Array[String]+ +transaction statuses+:: Optional. List of statuses to query. valid subtypes are: 'CREATED', 'PENDING', 'FAILED', 'SUCCESS' and 'ROLLED_BACK'
1015
-
# +String+ +order by+:: Optional. sorting parameter.'created_at' or 'id'. Default is 'created_at'
1018
+
# +Array[String]+ +tx_ids+:: Optional. List of transaction identifiers to query
1019
+
# +Array[String]+ +types+:: Optional. List of transaction types to query. valid types are: 'DEPOSIT', 'WITHDRAW', 'TRANSFER' and 'SWAP'
1020
+
# +Array[String]+ +subtyes+:: Optional. List of transaction subtypes to query. valid subtypes are: 'UNCLASSIFIED', 'BLOCKCHAIN', 'AIRDROP', 'AFFILIATE', 'STAKING', 'BUY_CRYPTO', 'OFFCHAIN', 'FIAT', 'SUB_ACCOUNT', 'WALLET_TO_SPOT', 'SPOT_TO_WALLET', 'WALLET_TO_DERIVATIVES', 'DERIVATIVES_TO_WALLET', 'CHAIN_SWITCH_FROM', 'CHAIN_SWITCH_TO' and 'INSTANT_EXCHANGE'
1021
+
# +Array[String]+ +statuses+:: Optional. List of statuses to query. valid subtypes are: 'CREATED', 'PENDING', 'FAILED', 'SUCCESS' and 'ROLLED_BACK'
1022
+
# +Array[String]+ +currencies+:: Optional. Currency codes of the transactions to fetch
1023
+
# +Array[String]+ +networks+:: Optional. Network codes of the transactions to fetch
1024
+
# +String+ +order_by+:: Optional. sorting parameter.'created_at' or 'id'. Default is 'created_at'
1016
1025
# +String+ +from+:: Optional. Interval initial value when ordering by 'created_at'. As Datetime
1017
1026
# +String+ +till+:: Optional. Interval end value when ordering by 'created_at'. As Datetime
1018
-
# +String+ +id from+:: Optional. Interval initial value when ordering by id. Min is 0
1019
-
# +String+ +id till+:: Optional. Interval end value when ordering by id. Min is 0
1027
+
# +String+ +id_from+:: Optional. Interval initial value when ordering by id. Min is 0
1028
+
# +String+ +id_till+:: Optional. Interval end value when ordering by id. Min is 0
1020
1029
# +String+ +sort+:: Optional. Sort direction. 'ASC' or 'DESC'. Default is 'DESC'
1021
1030
# +Integer+ +limit+:: Optional. Transactions per query. Defaul is 100. Max is 1000
1022
1031
# +Integer+ +offset+:: Optional. Default is 0. Max is 100000
1032
+
# +bool+ +group_transactions+:: Optional. Flag indicating whether the returned transactions will be parts of a single operation. Default is false
0 commit comments