-
Token Data Source:
-
-
-
-
-
- {tokenEndpoint === 'leaderboard'
- ? 'Using /v1/leaderboard/markets - optimized endpoint with curated token data'
- : 'Using /v1/coins/markets?per_page=250 - first 250 tokens from standard coins endpoint'
- }
-
-
-
- {/* Price endpoint switcher */}
-
-
Price Data Source:
-
-
-
-
-
- {priceEndpoint === 'prices'
- ? 'Using /v1/leaderboard/prices - returns prices by symbol (BTC, ETH, etc.)'
- : 'Using /v1/leaderboard/simpleprices - returns prices by token ID (bitcoin, ethereum, etc.)'
- }
-
-
-
- {/* Show appropriate stats based on active main tab */}
- {(
- <>
-