Type reference
Asset identifier
Assets are passed as plain strings in query parameters and returned as strings in responses.| Asset | Format | Example |
|---|---|---|
| ADA (Cardano native) | "ADA" | ADA |
| Native token | "<policy_id_hex>:<asset_name_hex>" | 279c909f...927a3f:534e454b |
policy_id_hex— 56 lowercase hex characters (28 bytes)asset_name_hex— hex-encoded asset name bytes (variable length, may be empty)
DecimalPrice
A price value stored and transmitted as a decimal number. Serialized viarust_decimal::Decimal.
PriceLevel
A single rung of the orderbook with aggregated liquidity at that price.| Field | Type | Description |
|---|---|---|
price | DecimalPrice | Limit price (quote units per base unit) |
accumulated_liquidity | u64 | Total base-asset amount available at this price |