v1

latestOpenAPI 3.0.02026-07-2464438356.8 KB
Transactions

Search Transactions

Search for Transactions associated with the provided Account ID

post/api/transactions/search/account/{accountId}

Path parameters

accountIdstring uuid required

Query parameters

limitnumber
nextIdstring

Headers

on-behalf-ofstring

Organization ID to act on behalf of

Response

Paginated list of Transactions associated with an Account

nextIdstring

The next ID of the Transaction

totalnumber required

The total number of Transactions

Example response

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