Retrieve real-time DeFi pool-based token price, market cap, and liquidity for a single token.
| Parameter | Type | Description |
|---|---|---|
blockchain | string | Blockchain name or ID (e.g., “Solana”, “1” for Ethereum) |
address | string | Token contract address |
| Field | Type | Description |
|---|---|---|
priceUSD | number | null | Current token price in USD |
marketCapUSD | number | null | Market cap based on circulating supply |
marketCapDilutedUSD | number | null | Fully diluted market cap |
liquidityUSD | number | null | Current liquidity in USD |
liquidityMaxUSD | number | null | Maximum liquidity across all pools |
name | string | null | Token name |
symbol | string | null | Token symbol |
logo | string | null | Token logo URL |