Order types
Limit, market, stop-loss, and take-profit orders on the CLOB.
The CLOB supports four order types across all prediction markets.
Sell limit
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
UPDATE: Robinhood Chain will be added next week 07/20/2026 [Buy on Pump.fun CA: ]
Limit, market, stop-loss, and take-profit orders on the CLOB.
{
"type": "limit",
"side": "buy",
"market": "BTC-USD-PRED",
"price": "65000.00",
"size": "1.5",
"outcome": "YES"
}
{
"type": "limit",
"side": "sell",
"market": "ETH-USD-PRED",
"price": "3200.50",
"size": "2.0",
"outcome": "NO"
}
{
"type": "market",
"side": "buy",
"market": "BTC-USD-PRED",
"size": "1.0",
"outcome": "YES"
}
{
"type": "stop-loss",
"side": "sell",
"market": "ETH-USD-PRED",
"triggerPrice": "3100.00",
"size": "2.0",
"outcome": "YES"
}
{
"type": "take-profit",
"side": "sell",
"market": "BTC-USD-PRED",
"triggerPrice": "68000.00",
"size": "1.0",
"outcome": "YES"
}
| Fee | Amount | Description |
|---|---|---|
| Maker | 0.02% | Providing liquidity (resting limit orders). |
| Taker | 0.05% | Taking liquidity (market or marketable orders). |
| Settlement | 0.5% | On market settlement. |
