Pred · Arazzo Workflow
PRED trading workflows
Version 1.0.0
End-to-end signed-order trading flow on the Pred prediction exchange.
View Spec
View on GitHub
CompanyFintechPrediction MarketsSportsTradingExchangeWeb3BlockchainBaseUSDCArazzoWorkflows
Provider
Workflows
login-discover-and-place-order
Login with wallet signature, discover an active market, read its orderbook, place a signed order, and confirm the position.
1
login
loginWithSignature
EIP-712 CreateProxy login. Provide X-API-Key and a signed message body.
2
discover
getAllParentMarkets
List active parent/child markets (verbose=true).
3
orderbook
getOrderBook
Read the orderbook for the chosen parent/child market.
4
place
placeOrder
Place an EIP-712 signed order on the parent market.
5
confirm
getPositions
Confirm the resulting position.