Organization Transactions
Retrieve all transactions in an organization, per organization ID.
Fetch Organization Transactions
query Transaction($where: TransactionWhereUniqueInput!) {
transaction(where: $where) {
id
amount
blockchain {
name
code
}
createdAt
createdBy {
fullName
}
fee
note
status {
status
}
wallet {
name
id
}
financialAsset {
code
}
isAccelerated
priority
rateUSD
rateEUR
kyt
}
}Headers
Name
Value
Body (TransactionWhereUniqueInput object)
Name
Type
Description
Response
Name
Type
Description