Skip to main content
The Slate API gives brokers programmatic access to every platform feature — orders, accounts, instruments, transactions, real-time market data, and complete broker back-office operations.

Base URL

Every broker runs on their own subdomain. Replace {your-broker-domain} with the domain issued during onboarding.

Authentication

All authenticated requests require a Bearer token in the Authorization header:
Tokens are obtained via the login endpoints documented under Authentication.

Rate Limits

Responses include standard X-RateLimit-* headers when a limit applies.

Errors

The API uses conventional HTTP status codes. Error responses are JSON:

Versioning

The API is versioned through its hostname. Breaking changes ship on a new subdomain; non-breaking additions roll out in place and are announced in the changelog.

Next