tiny — API console
← dashboard
trade REST
history REST
ops
account WS
feed WS
market —
1
Connect the account stream
account (token auto-fills from serve --creds)
market (auto-discovered, refreshes)
connect + auth
disconnect
not connected
token hex (manual override)
account id (must match the token)
2
Place an order (REST)
price (ticks 1..999)
qty (lots)
kind
gtc
post_only
ioc
fok
market
BUY
SELL
cancel last order
cancel all
3
Last order's lifecycle (REST + WS, correlated)
place an order to populate
Advanced: raw request builder
preset
POST /v1/orders — new_order
POST /v1/cancel — cancel_order
POST /v1/modify — modify_order
POST /v1/cancel-all
GET /v1/orders (open orders snapshot)
GET /v1/status
history GET /v1/history/deltas
history GET /v1/history/keyframe
history GET /v1/history/account-events
side
buy
sell
reduce_only
false
true
expiry (s; gtc/post_only only, 0 = none)
valid_until (s)
order_id
modify_seq
new_price
use last order_id
method
path (under the proxy)
body (canonical JSON — byte-exact; edit freely; empty for GET)
fill from preset
send
Feed WS (public market data)
connect + sub
close
log book/trade deltas (noisy)
Book
connecting…
waiting for the feed…
Message flow (newest on top)
pause
clear
0 messages