Payments
List payments
Returns the first page of payments for the current account.
get/payments
Response
Successful operation
Example response
{
"data": [
{
"date": "2022-04-03T01:13:50.182Z",
"amount": -10000,
"balance": 25000,
"description": "Port 10000 subscription fee"
}
],
"page": 1,
"pageSize": 20,
"total": 7
}Changes
No recorded changes to this endpoint across all 1 revision of this API.