Skip to main content
This section is the reference for every Bluum API endpoint: request parameters, response schemas, and an interactive playground. For background on how each object behaves, start with Concepts.

Base URLs

EnvironmentURL
Sandboxhttps://sandbox.api.bluumfinance.com/v1
Productionhttps://api.bluumfinance.com/v1
Sandbox (legacy alias)https://test-service.bluumfinance.com/v1
Production (legacy alias)https://service.bluumfinance.com/v1

Authentication

HTTP Basic Auth: your API Key is the username, your API Secret is the password. Send Authorization: Basic base64(API_KEY:API_SECRET). See How the API works for the full walkthrough.

Endpoint groups

GroupDescription
InvestorsCreate, read, and manage investors
DocumentsUpload and track KYC documents
Funding SourcesLink bank accounts (Plaid or manual)
TransfersDeposits and withdrawals
TradingPlace, estimate, and cancel orders
PositionsInvestor holdings and P&L
AssetsSearch and hydrate the tradable catalog
Market DataQuotes, bars, and snapshots (add-on product)
WebhooksEvent subscription management

Conventions

  • Decimal values are strings to preserve precision (e.g. "178.50").
  • Dates use ISO 8601 (2025-06-15T14:30:00Z).
  • IDs are prefixed by resource type — inv_, dep_, wd_, ord_, pos_, doc_, fs_, wh_, apk_. Passing a raw UUID where a prefixed id is expected returns 400.
  • Lists accept limit and offset and return an envelope: { "object": "list", "url", "has_more", "data": [] }.
  • Errors return { "error": { "type", "code", "message", "param"? } } with codes shaped BLUM-{STATUS}-{SEQ}. See the Error Code Reference.
  • Rate limits — sandbox 10 req/s, production 25 req/s per key pair.

Interactive playground

Every endpoint page has a live playground. Enter your API Key and Secret in the auth fields to make real requests against the sandbox.

Additional resources

Postman Collection

Pre-built requests for every endpoint.

SDKs

Client libraries and code generation.

Error Codes

The complete error catalog.

Glossary

Key terms used across the docs.