View All Transactions
This endpoint retrieves transactions associated to the authenticated user.
Name
Value
{
"type": "object",
"properties": {
"transactionId": {
"type": "string"
},
"amount": {
"type": "number"
},
"currency": {
"type": "string"
},
"timestamp": {
"type": "string",
"format": "date-time"
}
}
}{
"error": "Invalid request"
}Last updated