Institutional API
Automate custody, trading and financing
One API for institutional workflows: wallets, transfers with approvals, orders, allocations and reports.
const transfer = await inst.transactions.create({
portfolio: "fund-alpha",
wallet: "vault-btc-01",
destination: "whitelisted:exchange-1",
amount: "25",
asset: "BTC"
}) // routed for 2-of-3 approval
What you get
Approvals
Quorum rules enforced by the API.
Execution
TWAP, VWAP and smart routing.
Reporting
Positions, fees and statements.
Granular keys
Per-portfolio permissions.
Quickstart
- Step 1
Create an account
Sign up for a free developer account.
- Step 2
Generate API keys
Create keys with the scopes you need.
- Step 3
Install the SDK
npm, pip or go get, whichever you prefer.
- Step 4
Ship it
Test on testnet, then switch to mainnet.
Start building in minutes
Create a free developer account and get API keys instantly.