← all adapters

opensea-style

simulates OpenSea API 2.0.0

restadapter v0.1.07 routes

use it

# add to stunt.yaml
services:
  opensea:
    adapter: embedded:opensea-style

# then
$ stunt up

The embedded: source extracts this adapter from the binary — no git clone, fully offline.

backing stores

assetscollectionseventslistingsoffers

routes (7)

GET/api/v2/assets
GET/api/v2/assets/{chain}/{address}/{identifier}
GET/api/v2/collections/{slug}
GET/api/v2/events
GET/api/v2/orders/{chain}/{protocol}/listings
GET/api/v2/orders/{chain}/{protocol}/offers
POST/api/v2/offers