Elevate
TAO EVM NFT Marketplace — Backend API
Live v2.0.0 Elysia + Bun PostgreSQL + Redis

Listingsv2
  • /api/v2/marketplace/listings
  • /api/v2/marketplace/listings/:id
  • /api/v2/marketplace/listings/:id/cancel
Offersv2
  • /api/v2/marketplace/offers
  • /api/v2/marketplace/offers/:contractAddress/:tokenId
  • /api/v2/marketplace/offers/:offerId/cancel
  • /api/v2/marketplace/offers/:offerId/accept
Collectionsv2
  • /api/v2/marketplace/collections
  • /api/v2/marketplace/collections/:slug
  • /api/v2/marketplace/collections/:slug/nfts
Activityv2
  • /api/v2/marketplace/activity
  • /api/v2/marketplace/activity/:contractAddress
Projectsv2
  • /api/v2/marketplace/projects
  • /api/v2/marketplace/projects/:slug
Walletv2
  • /api/v2/marketplace/wallet/:address/listings
  • /api/v2/marketplace/wallet/:address/offers
  • /api/v2/marketplace/wallet/:address/nfts
Marketplacev1
  • /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
Discordv1
  • /api/v1/discord/verify
  • /api/v1/discord/roles
Internal & Adminauth required
  • /admin/*
  • /internal/*
  • /media/*
  • /rarity/*
  • /collections/*
Probessystem
  • /api/health
  • /api/live
  • /api/ready
  • /api-docs (Swagger UI)