v1
latestOpenAPI 3.0.02026-07-2464438356.8 KBTransactions
Get a Transaction
Gets the Transaction identified by the provided ID.
get/api/transactions/{id}
Path parameters
idstring required
Transaction ID
Headers
on-behalf-ofstring
Organization ID to act on behalf of
Response
The Transaction identified by the provided ID
Example response
{
"amount": {
"tokenSymbol": "USDC"
},
"transactionDetails": {
"details": {
"sentFiatAmount": {
"fiatCurrencyCode": "USD"
}
}
}
}