Expand description
HTTP REST API client for Ax.
This module provides a two-layer HTTP client architecture:
- Raw client: Low-level API methods matching venue endpoints
- Domain client: High-level methods using Nautilus types
Features:
- Bearer token authentication
- Automatic retry with backoff
- Rate limit handling
- Request/response models
- Parsing to Nautilus domain types
Modulesยง
- client
- Provides the HTTP client integration for the Ax REST API.
- error
- Error structures and enumerations for the AX Exchange HTTP integration.
- models
- Data transfer objects for deserializing Ax HTTP API payloads.
- parse
- Parsing functions to convert Ax HTTP responses to Nautilus domain types.
- query
- Request parameter structures for the Ax REST API.