Core APIReferenceReports

/reports/revenue-report

Download the backend-generated global revenue report as a CSV attachment.

GET
/reports/revenue-report

Download the backend-generated global revenue report as a CSV attachment.

Query Parameters

startDate?|

Unix timestamp in seconds (UTC).

Range0 <= value
endDate?|

Unix timestamp in seconds (UTC).

Range0 <= value
flatDepositFee?|

Flat fee applied to each deposit transaction.

Range0 <= value
flatRedemptionFee?|

Flat fee applied to each redemption transaction.

Range0 <= value
depositFeePct?|

Fractional deposit fee rate, for example 0.01 for 1%.

Range0 <= value
redemptionFeePct?|

Fractional redemption fee rate, for example 0.01 for 1%.

Range0 <= value
scenario?string

Optional scenario label used in the output filename.

Length1 <= length <= 100

Response Body

text/csv

application/json

application/json

curl -X GET "https://example.com/reports/revenue-report"
"string"