Transaction Info
Retrieve data on your organization's transactions
Fetch Transaction Data
Fetch a specific contact's data in an inabit organization, according to the contact's ID.
Using this endpoint users can request information on a specific transaction by its transaction ID in their inabit account.
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
String
Transaction Amount (in cryptocurrency)
name (blockchain)
String
Blockchain Name
code (blockchain)
String
Blockchain Code
createdAt
Datetime
Creation Time
fullName (createdBy)
String
Full Name of Initiator
fee
Integer
Transaction Fee
note
String
Transaction Note
status
String
Transaction 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
How do I retrieve my transaction ID?
In order to retrieve a transaction's identifier, you'll need to query all of an organization's transactions first, and fetch the specific transaction ID.
Example body: