Crypto Assets API
The Crypto Assets API provides access to curated crypto asset data, risk scores, exchange listings, and real-time market intelligence with 19 endpoints across four categories. Base URL:http://localhost:5001/api/v1/crypto-assets
Endpoint Categories
| Category | Count | Description |
|---|---|---|
| Database | 6 | Cached asset and exchange data (updated daily) |
| Market Intelligence | 4 | Real-time market data and trends |
| Nansen Analytics | 4 | On-chain flow intelligence and smart money tracking |
| Admin | 5 | Asset management and data updates |
Database Endpoints
Query Assets
GET /crypto-assets/query
Query approved assets with risk scores, optimized for frontend dropdowns.
List All Assets
GET /crypto-assets/all
Get Asset Details
GET /crypto-assets/symbols/{symbol}
List Approved Assets
GET /crypto-assets/symbols
List Exchanges
GET /crypto-assets/exchanges
Get Asset Exchanges
GET /crypto-assets/symbols/{symbol}/exchanges
Market Intelligence Endpoints
Trending Assets
GET /crypto-assets/trending
Top trending assets by 24h search volume.
Global Market Data
GET /crypto-assets/global-market
Total market cap, BTC dominance, and 24h change.
Real-Time Market Data
GET /crypto-assets/market-data/{symbol}
OHLCV Data
GET /crypto-assets/ohlcv/{symbol}
Historical candlestick data for technical analysis.
Nansen On-Chain Analytics
Token Holders Distribution
GET /crypto-assets/token-holders/{symbol}
Flow Intelligence
GET /crypto-assets/flow-intelligence/{symbol}
Real-time capital flow analysis by wallet type.
Query Parameters:
chain(default: ethereum)timeframe:5m,1h,6h,12h,1d,7d
Smart Money Netflows
GET /crypto-assets/smart-money/netflows
Market-wide accumulation/distribution patterns.
Smart Money Holdings
GET /crypto-assets/smart-money/holdings
Current smart money positions.
Risk Scoring
Assets are scored across 6 factors (0-100, higher = lower risk):| Factor | Weight | Description |
|---|---|---|
| Market Cap | 25% | 1B-$10B = 80, … |
| Liquidity | 25% | Volume and volume/market cap ratio |
| Exchange Quality | 20% | Tier of listing exchanges |
| Volatility | 10% | 30-day annualized volatility |
| Price Stability | 10% | Maximum drawdown in 30 days |
| Supply Distribution | 10% | Holder concentration |