Skip to main content

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

FieldRequiredType

user_guid

The unique identifier for a user, beginning with the prefix USR-.

Required
String

account_guid

The unique id for an account.

Required
String

Query Parameters

FieldRequiredType

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

FieldRequiredType

Accept-Version

MX Platform API version.

Required
String
Loading...