Retrieve transactions for the user's internal account. Results can be paginated using limit and offset.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
id |
path | string |
yes | User identifier. |
limit |
query | integer |
no | Maximum number of transactions to return. Default is 10. |
offset |
query | integer |
no | Offset from where to start returning transactions. Default is 0. |
Responses
| Status | Body | Description |
|---|---|---|
200 |
AccountTransactionsResponse |
Successfully retrieved account transactions. |
Specification
This page is generated from the OpenAPI specification, which remains the authoritative machine-readable source.