Changelog
Notable changes to the Rocky Perpetual Contracts API. Newest first.
2026-05-26
- Docs: Restructured the API reference to mirror the industry-standard USD-margined perpetual futures taxonomy. Every endpoint now has a page; gaps are marked Not yet implemented.
- Backend:
LEVERAGE_V1=10constant landed inapply.rs, closing a long-running margin-leak class of bugs.
2026-05-25
- FAPI: Initial release. HMAC-SHA256 signing,
X-MBX-APIKEYheader, recvWindow up to 60 s. Order CRUD + openOrders +/fapi/v2/balance+/fapi/v2/positionRisk. - Market data:
GET /v1/markets/{symbol}/{ticker,orderbook,recent-trades,candles,funding-rate}+GET /fapi/v1/{exchangeInfo,ticker/price}.
2026-05-22
- Web v1: Trade History endpoints (
/v1/{positions,orders,trades,fees,funding}/me). - Web v1:
POST /v1/orders,DELETE /v1/orders/{order_id}for browser-side order placement.
2026-05-19
- Web v1: CC withdrawal flow (
POST /v1/withdrawals,GET /v1/withdrawals/{wid}). - Dev tools:
POST /v1/deposits/seed,POST /v1/funding/tick(devnet-only).