Skip to main content
The Bluum Postman collection provides ready-to-run requests for every API endpoint, with pre-configured authentication and example payloads.

Quick setup

1

Import the collection

Open the Bluum Postman Collection and click Run in Postman to import it.
2

Set environment variables

Create a Postman environment with these variables:
VariableValue
baseUrlhttps://test-service.bluumfinance.com/v1
apiKeyYour sandbox API key
apiSecretYour sandbox API secret
3

Run your first request

Open the Assets > List Assets request and click Send. You should see a list of tradable assets.

Collection contents

The collection is organized by API domain:
FolderRequests
AccountsCreate, get, list accounts; get wallets and transactions
DocumentsUpload KYC documents, check status, list documents
TradingPlace orders (market, limit, stop), get order status, list orders
PositionsList positions, get position details
AssetsSearch, list, get details, chart data
Funding SourcesCreate Plaid link token, exchange token, list sources
TransfersCreate/list/cancel deposits and withdrawals
Market DataQuotes, bars, snapshots, market status, calendar
WebhooksRegister, list, update, delete webhooks; list event types
Wealth - ProfileCreate/update/get investor profile, snapshots
Wealth - RiskSubmit risk assessment, get current/summary
Wealth - GoalsCreate, list, update, delete goals
Wealth - PlanningGenerate financial plan, get summary
Wealth - PortfolioCreate portfolio, get summary/holdings/performance, rebalance
Wealth - Auto-InvestCreate, pause, resume auto-invest schedules
Wealth - InsightsGet insights, recommendations, tax optimization
Wealth - ReportsStatements, P&L, benchmark reports

Collection variables

The collection uses variables for resource IDs. After creating a resource (e.g., an account), update the corresponding variable so subsequent requests reference it:
VariableSet after
account_idCreating an account
document_idUploading a document
order_idPlacing an order
deposit_idCreating a deposit
withdrawal_idCreating a withdrawal
webhook_idRegistering a webhook
portfolio_idCreating a portfolio

Switching environments

To switch from sandbox to production:
  1. Create a new Postman environment
  2. Set baseUrl to https://service.bluumfinance.com/v1
  3. Use your production API key and secret
  4. Select the production environment before sending requests