Documentation Index
Fetch the complete documentation index at: https://docs.sertexity.com/llms.txt
Use this file to discover all available pages before exploring further.
Exchange Rates
Get live exchange rates between crypto assets. Rates are refreshed every 60 seconds.GET /assets/rates · 🔒 Auth required
Query parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
base | string | ✅ | Base asset ticker (e.g. BTC) |
targets | string | ❌ | Comma-separated target tickers. Omit to return all. |
Response 200 OK
| Field | Type | Description |
|---|---|---|
base | string | The base asset |
timestamp | string | ISO 8601 time the rates were last updated |
rates | object | ticker → rate — how much 1 unit of base buys in the target asset |