cURL
curl --request GET \ --url https://demo-api.mobula.io/api/2/perp/quote
{ "success": true, "data": { "dex": "<string>", "marketId": "<string>", "chainId": "<string>", "payloadStr": "<string>", "payload": null } }
Get a quote for opening a perpetual position on supported DEXs (Gains Network). Returns execution payload that can be used with the execute endpoint.
market
limit
stop_limit
gains
Perp quote response
Show child attributes