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 Operations
Return a paginated list of operations for the authenticated user.GET /operations · 🔒 Auth required
Query parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
wallet_id | string | — | Filter by wallet |
type | string | — | income, expense, or transfer |
status | string | — | pending, completed, or failed |
asset | string | — | Filter by asset ticker (e.g. BTC) |
from | string | — | ISO 8601 start date (inclusive) |
to | string | — | ISO 8601 end date (inclusive) |
page | integer | 1 | Page number |
per_page | integer | 20 | Max 100 |
sort | string | created_at:desc | created_at or amount, with :asc / :desc |