v1

latestOpenAPI 3.0.02026-07-2464438356.8 KB
Transactions

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

accountIdstring required

The account ID of the Transaction

blockchain'ETHEREUM' | 'POLYGON' | 'BASE' | 'CELO' | 'PLASMA' required

The blockchain type of the Transaction

hashstring required

The hash of the Transaction

idstring required

The unique identifier for the Transaction

memostring

The memo of the Transaction

transactionExecutionDatestring date-time required

The date of the Transaction

Example response

{
  "amount": {
    "tokenSymbol": "USDC"
  },
  "transactionDetails": {
    "details": {
      "sentFiatAmount": {
        "fiatCurrencyCode": "USD"
      }
    }
  }
}