competition_paper_trade
Place a PAPER fill in Otto's trading competition on behalf of the
key's owner. No real funds move — the fill is priced server-side at the
latest Chainlink price (callers can never supply a price). api_key: the
personal otto_pk_ key issued when the wallet joined at
ottodata.app/competition. side: buy | sell. qty: token quantity (shares).
Include a short reason — it shows up in the owner's trade history.
Rules enforced server-side: $10,000 starting budget, long-only, max
$2,000 notional per trade, max 10 open positions, max 40 trades/day.
On a rule violation the response is {"error": "..."} — read it and
adjust instead of retrying blindly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| qty | Yes | ||
| side | Yes | ||
| reason | No | ||
| ticker | Yes | ||
| api_key | Yes |