Retrieves all transactions under the given account
Success
Bad Request
Unauthorized
Not Found
Internal Error
{- "data": {
- "transactions": [
- {
- "id": "string",
- "value": 0,
- "transaction_date": "2019-08-24T14:15:22Z",
- "transaction_posted_date": "2019-08-24T14:15:22Z",
- "transaction_status": "AUTHORIZED",
- "transaction_type": "TRANSFER_IN",
- "category_type": "ADJUSTMENT",
- "category_id": "string",
- "description": "string",
- "originator": {
- "originator_type": "FIAT_US",
- "rail_reference": "string",
- "rail_originator_memo": "string"
}, - "payor_id": "string",
- "payor_reference_id": "string",
- "payor_amount": "string"
}
]
}, - "links": {
- "self": "string",
- "first": "string",
- "prev": "string",
- "next": "string",
- "last": "string"
}
}