OSWiki Public API
Build on the orderbook
Query the OSWiki orderbook, fetch fulfillment data, and submit signed orders over the public API. Reads work without a key; create one in your account for higher limits and order submission.
Open the API ReferenceLive try-it · cURL & code export
01 — Guide
Getting started
Your first request in under a minute.
- Create an API key in Account → Developer (sign in with your wallet first).
- Make your first request - listings are public, so this works even without a key:
cURL
curl "https://api.oswiki.xyz/v1/listings?collection=otherdeed&sort=price_asc"
Everything the marketplace does - browsing, buying, listing, bidding - is available programmatically on Ethereum and ApeChain. Explore every endpoint with live try-it in the API Reference.