Skip to main content

SDKs

Official SDKs handle authentication, request building, error handling, and WebSocket management so you can focus on your application.

TypeScript SDK

For Node.js, Deno, Bun, and browser applications. Full type safety with TypeScript.

Rust SDK

Native Rust client with async/await. Zero-cost abstractions over the HTTP and WebSocket APIs.

Feature Comparison

FeatureTypeScriptRust
REST client
WebSocket client
Type safety
Auto-reconnection
Compression (zlib)
Event callbacks
npm / crates.ioComing soonComing soon

No SDK? No Problem

Every endpoint works with plain HTTP. Use curl, fetch, reqwest, or any HTTP client:
curl https://api.gimme.fast/v1/markets?active=true \
  -H "X-API-Key: gf_your_key"