Skip to main content
GET
/
v1
/
fees
/
redemption
/
dailyReports
List daily burn fee calculations
curl --request GET \
  --url https://api-sandbox.circle.com/v1/fees/redemption/dailyReports \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "b8627ae8-732b-4d25-b947-1df8f4007a29",
      "fee": {
        "amount": "3.14",
        "currency": "USD"
      },
      "cumulatedPayoutAmount": {
        "amount": "64.54",
        "currency": "USD"
      },
      "cumulatedPaymentAmount": {
        "amount": "34.54",
        "currency": "USD"
      },
      "cumulatedNetAmount": {
        "amount": "30.00",
        "currency": "USD"
      },
      "valueDate": "2023-05-23",
      "status": "paid",
      "thresholdResetTimestamp": "2023-05-23T23:59:59.999Z",
      "createDate": "2024-04-10T02:13:30.000Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Query Parameters

minimumFeeAmount
string
Example:
feeType
enum<string>
required
Available options:
gross,
net
Example:
currency
enum<string>
Available options:
USD,
EUR
from
string<date-time>
Example:
to
string<date-time>
Example:
pageBefore
string
pageAfter
string
pageSize
integer
Required range: x >= 1
Example:

Response

data
object[]