Get Transactions Data
Get an MX-issued verifiable credential of a user's transaction data.
GET
/vc/users/{user_guid}/accounts/{account_guid}/transactions
Path Parameters
| Field | Required | Type |
|---|---|---|
user_guid The unique identifier for a | Required | String |
account_guid The unique id for an | Required | String |
Query Parameters
| Field | Required | Type |
|---|---|---|
startTime Filter transactions from this date. Must be in the format YYYY-MM-DD. The range is limited to 1 year. | Optional | String |
endTime Filter transactions to this date. Must be in the format YYYY-MM-DD. The range is limited to 1 year. | Optional | String |
Header Parameters
| Field | Required | Type |
|---|---|---|
Accept-Version MX Platform API version. | Required | String |
Loading...