Statements
Get a statement
Gets a full statement by its ID.
get/statements/{statement_id}
Path parameters
statement_idstring uuid required
Example:7d943c51-e4ff-4e57-9558-08cab6b963c7
The unique identifier of a statement
Response
statement
Example response
{
"savings_summary": {
"apy": 5.5,
"interest_earned": 150,
"interest_earned_previous_month": 150,
"interest_earned_previous_year": 10000,
"interest_earned_ytd": 10000
},
"account_summary": {
"currency": "USD"
},
"transactions": [
{
"data": {
"lines": [
{
"account_id": "7d943c51-e4ff-4e57-9558-08cab6b963c7"
}
]
}
}
]
}