get transactions response
Name | Description |
---|---|
is_empty Required | Boolean Indicates an empty response |
transactions Required | A list of transactions on the account |
pagination Required |
{
"is_empty": null,
"transactions": null,
"pagination": {
"total": 1000,
"total_pages": 10,
"current_page": 2,
"per_page": 100
}
}