Installation
Quick example
Configuration
Both SDKs accept the same core options:Auto-pagination
List endpoints return paginated results. The SDKs handle cursor-based pagination automatically with async iterators:Error handling
The SDKs raise typed exceptions for common HTTP error codes:Available resources
The SDKs expose methods that map directly to the API reference:Python method names use
snake_case (e.g., paper_trading.accounts.create()).