The TypeScript client source lives in the app repo atDocumentation Index
Fetch the complete documentation index at: https://docs.0xinsider.com/llms.txt
Use this file to discover all available pages before exploring further.
web/src/lib/api-client.
It is drift-tested against the checked-in OpenAPI spec, but it is not published
as an npm package yet.
Use it as source or example code for now. A package release needs a follow-up
issue that defines package name, semver policy, changelog ownership, and npm
access.
What it handles
Authorization: BearerAPI key headers- Path parameter interpolation
- Repeated query parameters such as
expand=strategy&expand=categories - JSON request bodies
- V1 error envelopes as typed exceptions
Example
Keep using the OpenAPI spec as the source of truth. The client operation table
must move whenever
api-reference/openapi.json changes.