Documentation Index
Fetch the complete documentation index at: https://tracefinance-docs-withdrawal-beneficiary-events.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
All dates and timestamps in the Trace FX API use UTC in ISO 8601 format. No other timezones are accepted or returned.How it works
Format
2026-04-22T20:00:00Z
| Component | Description | Example |
|---|---|---|
yyyy | Four-digit year | 2026 |
MM | Two-digit month (01–12) | 01 |
dd | Two-digit day (01–31) | 15 |
T | Date/time separator | T |
HH | Hours in 24-hour format (00–23) | 14 |
mm | Minutes (00–59) | 30 |
ss | Seconds (00–59) | 00 |
.SSS | Milliseconds (optional) | .000 |
Z | UTC timezone indicator | Z |