V2 Endpoints (current)
- /api/v2/marketplace/listings
- /api/v2/marketplace/listings/:id
- /api/v2/marketplace/listings/:id/cancel
- /api/v2/marketplace/offers
- /api/v2/marketplace/offers/:contractAddress/:tokenId
- /api/v2/marketplace/offers/:offerId/cancel
- /api/v2/marketplace/offers/:offerId/accept
- /api/v2/marketplace/collections
- /api/v2/marketplace/collections/:slug
- /api/v2/marketplace/collections/:slug/nfts
- /api/v2/marketplace/activity
- /api/v2/marketplace/activity/:contractAddress
- /api/v2/marketplace/projects
- /api/v2/marketplace/projects/:slug
- /api/v2/marketplace/wallet/:address/listings
- /api/v2/marketplace/wallet/:address/offers
- /api/v2/marketplace/wallet/:address/nfts
V1 Endpoints (legacy)
- /api/v1/marketplace/listings
- /api/v1/marketplace/offers
- /api/v1/marketplace/collections
- /api/v1/marketplace/wallet
- /api/v1/marketplace/fee
- /api/v1/marketplace/nfts
- /api/v1/marketplace/config
- /api/v1/marketplace/project/:identifier
- /api/v1/discord/verify
- /api/v1/discord/roles
System
- /admin/*
- /internal/*
- /media/*
- /rarity/*
- /collections/*
- /api/health
- /api/live
- /api/ready
- /api-docs (Swagger UI)