Creates a daily custody balance report for USDC and EURC and sends it to Circle.
For reportType=eea, this endpoint represents the four reportable cells of EBA Template S 08.00 for one token and one reference date: CASP total token count and EUR value, plus the EU-client subset token count and EUR value.
MiCA / EBA S 08.00 mapping (reportType=eea):
additionalFields.totalBalanceadditionalFields.equivalentEuroTotalBalancelocalBalanceadditionalFields.equivalentEuroLocalBalancelocalBalance and totalBalance are token-unit counts. equivalentEuroLocalBalance and equivalentEuroTotalBalance are EUR values. EU clients are determined by habitual residence for natural persons and registered office for legal persons. USD/EUR FX conversion should be based on the ECB rate applicable for that date, as available on the ECB website.
Validation rules:
localBalance must be less than or equal to additionalFields.totalBalanceequivalentEuroLocalBalance must be less than or equal to equivalentEuroTotalBalanceBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Universally unique identifier (UUID v4) idempotency key. This key is utilized to ensure exactly-once execution of mutating requests.
"ba943ff1-ca16-49b2-ba55-1057e70ca5c7"
The type of token being reported.
USDC, EURC "USDC"
Regional specific balance for the provided token type, expressed in token units.
For eea, this is the EU-client subset (not the CASP's total holdings). EU clients are determined by habitual residence for natural persons and registered office for legal persons.
For japan_trust, this is the total amount held in custody on behalf of customers of the EPIESP.
1000000
The day being reported in the format YYYY-MM-DD with timezone UTC.
"2025-06-26"
The type of report being created.
eea, japan_trust "eea"
Additional fields are required only for the eea report type. They are ignored for the japan_trust report type.
Request with duplicate values and idempotency key has already been made. Existing record is returned.