Official SDKs
Use our official SDKs to integrate exchange fee schedule data into your applications with strongly-typed models, automatic retries, and built-in error handling.Why Use an SDK?
Strongly typed responses
Strongly typed responses
Every API response is parsed into typed models with IDE autocomplete. No more guessing
field names or types — your editor knows every field on
Exchange, ExchangeDetail,
and all other response objects.Automatic error handling
Automatic error handling
HTTP errors are mapped to specific exception classes. Catch
NotFoundError for 404s,
AuthenticationError for invalid keys, RateLimitError for 429s — all with the
original response body and status code attached.Built-in retries
Built-in retries
Failed requests are automatically retried with exponential backoff. Connection errors,
timeouts, and server errors (5xx) are retried up to 2 times by default.
Per-request overrides
Per-request overrides
Override timeout, add extra headers, or inject query parameters on any individual
request without creating a new client.
Installation
Quick Comparison
- With SDK
- Without SDK

