Report API
API for getting reports
Permission annotations:
Object with request data
Merchant account ID. Request will be sent for this account
Current unix UTC timestamp in milliseconds. Must not be less than 3 minutes in the past and not greater than 3 minutes in the future
OK
Bad Request
Internal Server Error
POST /api/v1/report/payout HTTP/1.1
Host: api.calypso.finance
Key: text
Sign: text
Content-Type: application/json
Accept: */*
Content-Length: 167
{
"account": "text",
"timestamp": 1,
"payload": {
"firstDate": "2025-11-18T13:55:22.335Z",
"lastDate": "2025-11-18T13:55:22.335Z",
"currencyList": [
"text"
],
"zoneOffset": "+00:00"
}
}{
"data": {}
}Permission annotations:
Object with request data
Merchant account ID. Request will be sent for this account
Current unix UTC timestamp in milliseconds. Must not be less than 3 minutes in the past and not greater than 3 minutes in the future
OK
Bad Request
Internal Server Error
POST /api/v1/report/invoice HTTP/1.1
Host: api.calypso.finance
Key: text
Sign: text
Content-Type: application/json
Accept: */*
Content-Length: 167
{
"account": "text",
"timestamp": 1,
"payload": {
"firstDate": "2025-11-18T13:55:22.335Z",
"lastDate": "2025-11-18T13:55:22.335Z",
"currencyList": [
"text"
],
"zoneOffset": "+00:00"
}
}{
"data": {}
}Permission annotations:
Object with request data
Merchant account ID. Request will be sent for this account
Current unix UTC timestamp in milliseconds. Must not be less than 3 minutes in the past and not greater than 3 minutes in the future
OK
Bad Request
Internal Server Error
POST /api/v1/report/incoming HTTP/1.1
Host: api.calypso.finance
Key: text
Sign: text
Content-Type: application/json
Accept: */*
Content-Length: 167
{
"account": "text",
"timestamp": 1,
"payload": {
"firstDate": "2025-11-18T13:55:22.335Z",
"lastDate": "2025-11-18T13:55:22.335Z",
"currencyList": [
"text"
],
"zoneOffset": "+00:00"
}
}{
"data": {}
}Permission annotations:
Object with request data
Merchant account ID. Request will be sent for this account
Current unix UTC timestamp in milliseconds. Must not be less than 3 minutes in the past and not greater than 3 minutes in the future
OK
Bad Request
Internal Server Error
POST /api/v1/report/fiat HTTP/1.1
Host: api.calypso.finance
Key: text
Sign: text
Content-Type: application/json
Accept: */*
Content-Length: 167
{
"account": "text",
"timestamp": 1,
"payload": {
"firstDate": "2025-11-18T13:55:22.335Z",
"lastDate": "2025-11-18T13:55:22.335Z",
"currencyList": [
"text"
],
"zoneOffset": "+00:00"
}
}{
"data": {}
}Permission annotations:
Object with request data
Merchant account ID. Request will be sent for this account
Current unix UTC timestamp in milliseconds. Must not be less than 3 minutes in the past and not greater than 3 minutes in the future
OK
Bad Request
Internal Server Error
POST /api/v1/report/exchange HTTP/1.1
Host: api.calypso.finance
Key: text
Sign: text
Content-Type: application/json
Accept: */*
Content-Length: 167
{
"account": "text",
"timestamp": 1,
"payload": {
"firstDate": "2025-11-18T13:55:22.335Z",
"lastDate": "2025-11-18T13:55:22.335Z",
"currencyList": [
"text"
],
"zoneOffset": "+00:00"
}
}{
"data": {}
}Permission annotations:
Object with request data
Merchant account ID. Request will be sent for this account
Current unix UTC timestamp in milliseconds. Must not be less than 3 minutes in the past and not greater than 3 minutes in the future
OK
Bad Request
Internal Server Error
POST /api/v1/report/balance HTTP/1.1
Host: api.calypso.finance
Key: text
Sign: text
Content-Type: application/json
Accept: */*
Content-Length: 167
{
"account": "text",
"timestamp": 1,
"payload": {
"firstDate": "2025-11-18T13:55:22.335Z",
"lastDate": "2025-11-18T13:55:22.335Z",
"currencyList": [
"text"
],
"zoneOffset": "+00:00"
}
}{
"data": {}
}Last updated

