Account
Get Estimate Points
Estimate points for a proposed order
Estimates the VRGDA points that would be earned for a proposed order based on current market state and protocol parameters. Infers whether the order is likely to fill as maker (passive) or taker (aggressive) based on the limit price relative to mark price, or the postOnly/ioc flags.
Query Parameters
symbolstring
Market symbol (e.g., "ETH-USD-PERP")
quantitystring
Signed decimal quantity; positive = buy, negative = sell
pricestring
Limit price as decimal
postOnly?boolean
If true, forces maker side inference
ioc?boolean
If true, forces taker side inference
Response Body
application/json
text/plain
text/plain
curl -X GET "https://engine.cascade.cooking/account/points/estimate?symbol=ETH-USD-PERP&quantity=1.5&price=4050.06"{
"estimatedPoints": "12.345678901234567890",
"side": "maker"
}"string""string"