Improved
Asset margin requirement fields documented as decimal strings
August 28th, 2026
margin_requirement_long and margin_requirement_short on the asset schema are now documented as decimal strings, matching the other decimal-as-string fields.
- Both fields carry
format: decimal. - Examples added (
100for long,30for short). - Descriptions state the values are encoded as decimal strings. Returned values are unchanged.
Broker API
GET /v1/assetsGET /v1/assets/{symbol_or_asset_id}POST /v1/trading/accounts/{account_id}/watchlistsGET /v1/trading/accounts/{account_id}/watchlists/{watchlist_id}POST /v1/trading/accounts/{account_id}/watchlists/{watchlist_id}PUT /v1/trading/accounts/{account_id}/watchlists/{watchlist_id}
Trading API
GET /v2/assetsGET /v2/assets/{symbol_or_asset_id}POST /v2/watchlistsGET /v2/watchlists/{watchlist_id}POST /v2/watchlists/{watchlist_id}PUT /v2/watchlists/{watchlist_id}DELETE /v2/watchlists/{watchlist_id}/{symbol}GET /v2/watchlists:by_namePOST /v2/watchlists:by_namePUT /v2/watchlists:by_name