🏪
NFT Marketplace
Buy, sell, and trade Solana NFTs with escrow protection and low fees.
💎
ASH Token
Native token for the ecosystem. Swap SOL ↔ ASH via Jupiter integration.
⚡
Energy System
Earn energy by viewing content. Use it to unlock premium features.
💬
Social Features
Like, comment, and share NFTs with the community.
🔔
Push Notifications
Real-time updates for marketplace events and transactions.
📊
Analytics
Track transactions, rewards, and marketplace statistics.
🔌 API Endpoints
Public Endpoints
GET
/health
POST
/api/auth/login
POST
/api/activation/validate
GET
/nft/:mintAddress
Marketplace
GET
/api/marketplace/listings
POST
/api/marketplace/listings
POST
/api/marketplace/buy
DELETE
/api/marketplace/listings/:assetAddress
Rewards & Energy
POST
/api/rewards/view
GET
/api/rewards/energy/:userAddress
GET
/api/rewards/history/:pubkey
Social
POST
/api/social/like
POST
/api/social/comment
GET
/api/social/comments/:mediaId
Jupiter Swap
POST
/api/jupiter/quote
POST
/api/jupiter/swap
GET
/api/jupiter/swaps/:address
🔐 Authentication
Most endpoints require authentication via API Key or JWT token.
Include your API key in the x-api-key header or a valid JWT in the Authorization header.