API Reference
Relay44 exposes 147 endpoints across 16 API scopes. This overview covers the core read and write routes. See the sub-pages for detailed endpoint documentation per domain.
Health and runtime
Confirm the deployment is live and inspect current runtime mode.
/healthBasic web-service health check
/health/detailedRuntime checks and provider status
/metricsInternal metrics
/metrics/prometheusPrometheus-format metrics
Markets (read)
Read market listings, order books, and recent trades from the unified feed.
/v1/marketsList markets with pagination and filters
/v1/markets/{market_id}Single market snapshot
/v1/markets/{market_id}/orderbookBest bid/ask levels for one outcome
/v1/markets/{market_id}/tradesRecent fills and trades
/v1/evm/marketsUnified feed including external sources
/v1/evm/markets/{market_id}Single market with EVM data
/v1/evm/markets/{market_id}/orderbookOrder book with on-chain depth
/v1/evm/markets/{market_id}/tradesTrade history
Orders
Place, list, and cancel orders.
/v1/ordersList your open orders
Requires auth/v1/ordersPlace a new order
Requires auth/v1/orders/{order_id}Get order details
Requires auth/v1/orders/{order_id}Cancel an order
Requires authPositions
Track and claim outcome positions.
/v1/positionsList your positions
Requires auth/v1/positions/{market_id}Position in a specific market
Requires auth/v1/positions/{market_id}/claimClaim winnings from a resolved market
Requires auth