Skip to main content

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

yyyy-MM-ddTHH:mm:ss.SSSZ
Example: 2026-04-22T20:00:00Z
ComponentDescriptionExample
yyyyFour-digit year2026
MMTwo-digit month (01–12)01
ddTwo-digit day (01–31)15
TDate/time separatorT
HHHours in 24-hour format (00–23)14
mmMinutes (00–59)30
ssSeconds (00–59)00
.SSSMilliseconds (optional).000
ZUTC timezone indicatorZ

Examples

A resource creation timestamp:
{
  "createdAt": "2026-04-22T20:00:00Z"
}
Filtering by date range:
?filters=and(createdAt[gte]=2026-04-01T00:00:00Z,createdAt[lte]=2026-04-30T23:59:59Z)