Organization Transactions
Retrieve all transactions in an organization, per organization ID.
Fetch Organization Transactions
Retrieve all transactions in a specific organization, according to an organization ID, Wallet ID and specific asset (ID).
Headers
Content-Type
application/json
Authorization
Bearer <token>
Body (TransactionWhereUniqueInput object)
id*
string
Transaction ID
Example body:
Response
Return values:
id
String
Transaction ID
amount
Integer
Transaction Amount
name (blockchain)
String
Blockchain Name
id (blockchain)
String
Blockchain ID
createdAt
String
Creation Time of Transaction
fullName (createdBy)
String
Full Name of the User Created the Transaction
fee
Integer
Fee Amount
note
String
Tranasaction Note (can be empty)
status
String
Status
name (wallet)
String
Wallet Name
id (wallet)
String
Wallet ID
code (financialAsset)
String
FinancialAsset Code (i.e - "ETH" / "BTC")
isAccelerated
Boolean
Flag that indicates wether the transaction is accelerated. (true/false)
priority
String
Transaction Priority (Slow, Medium, Fast, etc.)
rateUSD
Integer
Asset Rate at the time of the transaction (in USD)
rateEUR
Integer
Asset Rate at the time of the Transaction (in Euro)
kyt
String
KYT (Know-Your-Transaction) risk score. 0 - Worst score 10 - Best Score