The Bookie API provides programmatic access to intent parsing, transaction building, and portfolio tracking. Built on REST principles with JSON request/response format.Documentation Index
Fetch the complete documentation index at: https://docs.pixiedefi.space/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
Authentication
All API requests require authentication via Bearer token:Request Format
Response Format
All responses follow a consistent structure:Error Responses
Rate Limits
| Tier | Requests/min | Transactions/day |
|---|---|---|
| Free | 30 | 100 |
| Pro | 120 | 1,000 |
| Enterprise | 600 | Unlimited |
Pagination
List endpoints support cursor-based pagination:Versioning
The API is versioned via URL path. Current version: v1 Breaking changes will be released as new versions (v2, v3, etc.)SDKs
Official SDKs available:- TypeScript/JavaScript:
npm install @bookie-network/sdk - Python:
pip install bookie-sdk
API keys can be generated from the Developer Dashboard. Store keys securely and never expose them in client-side code.