api-docs-icon

Get account transactions

GET
/ v1/ api/ account/ {accountId}/ transactions

Retrieves transaction history for a specific account identified by its UUID




Response























accountId
string<uuid>
required

Unique identifier of the account

Example:
98765432-e89b-12d3-a456-426614174000

forceRefresh
boolean

Force a refresh of transaction data from the source instead of using cached data. Takes effect only if the underlying account data is older than 30 minutes.

Example:
false

Responses

Successfully retrieved transactions

isError
boolean

Indicates if the response contains an error

Example:
false
message
string

Response message

Example:
Success
result
object

statusCode
number

HTTP status code

Example:
200