OSWiki Public API

Build on OSWiki data and the orderbook

Collection, token and sales data plus the OSWiki orderbook - query, 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.

  1. Create an API key in Account → Developer (sign in with your wallet first).
  2. 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.