Field Types
Common field types used across the API
This section describes common field types and formats used throughout the Lirium API.
Field Type Reference
| Type | Description | Example |
|---|---|---|
string | Text value | "abc123" |
string_decimal | Numeric value as string for precision | "1.50000000" |
string_enum | String constrained to specific values | "buy" | "sell" |
timestamp | ISO 8601 datetime with timezone | "2025-01-05T12:00:00+00:00" |
boolean | True or false | true |
array | List of values | ["a", "b", "c"] |
object | Nested key-value structure | {"key": "value"} |
Detailed Documentation
- IDs - Identifier formats
- Amounts - Numeric amount handling
- Money Dictionary - Currency and amount objects
- Timestamps - Date and time formats
- Reference IDs - Partner reference identifiers
Updated 4 months ago
