api

REST API

Read market data and place orders.

Base URL: https://api.ultraliquid.org/v1

GET /markets                # list of all markets
GET /book/{marketId}        # current order book
GET /trades/{marketId}      # recent prints
POST /order                 # signed: place order
DELETE /order/{id}          # cancel

All write endpoints require a wallet signature over the canonical request body. Read endpoints are open.