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.
List Assets
Return all crypto assets supported by Sertexity.GET /assets · 🔒 Auth required
Query parameters
| Parameter | Type | Description |
|---|---|---|
search | string | Filter by ticker or name (e.g. BTC, Ethereum) |
active | boolean | Default true. Pass false to include inactive assets. |
Response 200 OK
| Field | Type | Description |
|---|---|---|
ticker | string | Asset ticker symbol |
name | string | Full asset name |
symbol | string | Display glyph |
decimals | integer | Decimal precision for amounts |
network | string | Underlying blockchain network |
active | boolean | Whether the asset is available |