v1
latestOpenAPI 3.0.02026-07-2464438356.8 KBTransactions
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
Example response
{
"results": [
{
"amount": {
"tokenSymbol": "USDC"
},
"transactionDetails": {
"details": {
"sentFiatAmount": {
"fiatCurrencyCode": "USD"
}
}
}
}
]
}