Create daily custody balance report
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):
- S 08.00 Row 0010 / Col 0010 maps to
additionalFields.totalBalance - S 08.00 Row 0010 / Col 0020 maps to
additionalFields.equivalentEuroTotalBalance - S 08.00 Row 0020 / Col 0010 maps to
localBalance - S 08.00 Row 0020 / Col 0020 maps to
additionalFields.equivalentEuroLocalBalance
localBalance 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:
localBalancemust be less than or equal toadditionalFields.totalBalanceequivalentEuroLocalBalancemust be less than or equal toequivalentEuroTotalBalance- Only one submission per day per currency
- USDC and EURC require separate submissions
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
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.
Response
Request with duplicate values and idempotency key has already been made. Existing record is returned.