get https://api-sandbox.poweredbyibex.io/v2/transaction/
Transaction Types
Response
Depending on the type of the transaction: "transactionTypeId", a different object will be given in the transaction.
If the transaction is a lightning invoice, an "invoice" object will be in the response.
If the transaction is a lightning payment, a "payment" object will be in the response.
If the transaction is an OnChain transaction (receive or send), an "onChainTransaction" object will be in the response.
See the Transaction Types Table.