v1
latestOpenAPI 3.1.02026-07-243035381.4 MBGet exotic token prices from Cryptoslam
/v4/data/marketplace/cryptoslam/token/price/exotic
50 credits per API call
Retrieves token price details including FDV, liquidity, and 24-hour change, quoted in any ERC20 or major blockchain token.
Rules:
- Provide either symbols or addresses, not both.
- Max 30 entries for either parameter (pipe-delimited or comma separated).
- Provide either quoteSymbol or quoteAddress for the quote token, not both.
Supported blockchains:
- Ethereum - ethereum-mainnet
- Base - base-mainnet
Query parameters
Chains supported by the tokens and wallets endpoints.
The blockchain to work with.
Comma-separated or pipe-delimited list of token symbols (e.g., "BTC,ETH" or "BTC|ETH"). Maximum 30 symbols. Mutually exclusive with addresses.
Comma-separated or pipe-delimited list of token contract addresses (e.g., "0x123...,0x456..." or "0x123...|0x456..."). Maximum 30 addresses. Mutually exclusive with symbols.
Quote token symbol (e.g., "VADER", "USDC", "WETH").
Quote token contract address.
When true, returns only the SLAM token cost for this query without performing the actual query.
Response
OK
Example response
{
"slam": 0.06616184281050543,
"chain": "base",
"block": 33511657,
"utc": "2025-07-29T18:11:01Z",
"quote": "VADER",
"tokens": [
{
"name": "The SWARM (by SLAMai) by Virtuals",
"symbol": "SWARM",
"address": "0xea87169699dabd028a78d4b91544b4298086baf6",
"price": 0.3463756663327276,
"prev": [
{
"minutes": 1440,
"change": "14.86%"
}
]
},
{
"name": "Base Mascot",
"symbol": "Billy",
"address": "0xeb560289067c375e4897552dcda7e3d203bffbe2",
"price": 0.3177054091971223,
"prev": [
{
"minutes": 1440,
"change": "19.21%"
}
]
}
]
}