Complete Administrator Management Guide
The NFT Admin Dashboard provides comprehensive control over your multi-chain NFT marketplace. Monitor real-time statistics, manage content, deploy blockchain contracts, configure trading rules, handle disputes, and analyze performance metricsβall from a centralized interface.
Access the admin panel at /admin/nft with appropriate permissions.
Total collections with active/verified counts
Total minted NFTs and active listings
Total sales value across all chains
Marketplace fees + royalty earnings
Route: /admin/nft/category
Create at least 5-10 categories before launch to help users organize their collections. Popular categories: Art, Photography, Music, Gaming, Sports, Collectibles, Virtual Worlds, Domain Names.
Route: /admin/nft/collection
Contract Info
Address, chain, standard (ERC-721)
Supply Stats
Current vs. max supply tracking
Trading Metrics
Volume, floor price, listings
Admins cannot create collectionsβonly users can. Collections require PENDING approval after creation. Use status management to control which collections appear in the marketplace.
Route: /admin/nft/token
Metadata
IPFS URI, image, attributes, properties
Minting Details
Token ID, collection, mint date, creator
Ownership
Current owner, listing status
Trading History
Sales, transfers, price history
Route: /admin/nft/marketplace
Status
ACTIVE, PAUSED deployment status
Balance
Accumulated fees with USD conversion
Health
Contract health and connectivity
Contract deployment is irreversible and requires gas fees. Test thoroughly on Sepolia testnet before mainnet deployment. Ensure master wallets have sufficient funds (0.05-0.1 ETH equivalent per chain).
Route: /admin/nft/listing
Route: /admin/nft/offer
Route: /admin/nft/auction
Route: /admin/nft/sale
Sales records are immutable transaction history. Admins can view but cannot edit or delete completed sales.
Route: /admin/nft/creator
Collections
Total created collections
NFTs Created
Total minted tokens
Sales Volume
Total trading volume
Royalty Earnings
Secondary sales royalties
Admins cannot delete creator profilesβonly verify/unverify. Creator profiles are automatically created when users mint their first NFT or create a collection.
Route: /admin/nft/review
Review moderation helps maintain marketplace trust. Focus on removing spam and fraudulent reviews while allowing honest feedback.
Route: /admin/nft/activity
MINT
SALE
TRANSFER
LIST
DELIST
BID
OFFER
BURN
Route: /admin/nft/dispute
REFUND
Full refund to buyer
PARTIAL_REFUND
Partial compensation
CANCEL_SALE
Reverse transaction
BAN_USER
Suspend violator
REMOVE_LISTING
Delist problematic NFT
WARNING
Issue warning to user
NO_ACTION
Dispute invalid
Route: /admin/nft/analytics
Top Collections
By volume, floor price, sales
Top Creators
By earnings and activity
Recent Sales
Latest transactions
View analytics for: 7 days, 30 days, 90 days, or 1 year
Export analytics data to CSV for external analysis, reporting, or sharing with stakeholders.
Route: /admin/nft/stats
Collections & Tokens
Total, active, pending, verified counts
Listings & Sales
Active listings, auctions, total volume
Revenue & Activity
Fees collected, 24h activity, unique users
Dashboard stats provide instant overview of marketplace health. Use this alongside analytics for comprehensive monitoring.
Route: /admin/nft/blockchain/options
Only blockchains enabled in the Ecosystem extension will appear in the NFT deployment options. Ensure chains are properly configured before attempting contract deployment.
Route: /admin/nft/backup/schedule
Regular backups are essential for NFT marketplaces. Blockchain data is immutable, but database records (metadata, ownership, listings) must be backed up regularly to prevent data loss.
Route: /admin/nft/onboarding/status
The onboarding wizard (at /admin/nft/onboarding) uses this status endpoint to track progress through the 4-phase setup process.
Settings are managed through multiple endpoints and the marketplace contract configuration. See the Settings Documentation for detailed information on all configuration options.
NFT marketplace settings are distributed across:
/admin/nft/marketplace PUT endpoint (fees, royalties)Enable/disable trading types, auction mechanics, anti-snipe protection
Marketplace fee percentage, royalty limits, listing fees
KYC requirements, high-value transaction protection
Metadata validation requirements
For admin-specific questions or technical support, visit our support portal or contact the support team via your admin panel.