slamai.dev
slamai.dev
API Endpoints
/chain/tokens/popularReturns the most popular tokens across the entire blockchain for a specified activity window and optional category. Popularity is determined by the token's number of active wallets during the activity window.
/chain/transfersReturns token transfers across the entire blockchain, with optional filtering by block range or timestamp range.
/token/price/exoticRetrieves token price details including FDV, liquidity, and 24-hour change, quoted in any ERC20 or major blockchain token.
/chain/tokens/trendingReturns trending tokens across the entire blockchain for a specified activity window and optional category. The size of the increase in active wallets over the activity window determines the token's trending rank.
/token/price/historyRetrieves token prices, FDV, and liquidity at any block or timestamp, including percentage change for specified lookback periods.
/chain/tokens/newestReturns the newest tokens minted on the blockchain based on mint timestamp, filtered by an activity window and optional category.
/token/price/exotic/historyReturns token prices, FDV, liquidity and lookback percentage change quoted in any token at a historical block or timestamp.
/wallet/reputation/fullReturns composite reputation scores along with per-token scores for all tokens held in each wallet.
/token/transfersReturns token transfers for a specific token address, with optional filters by participant address, direction, block/timestamp range, and pagination.
/wallet/reputationReturns reputation scores for one or more wallets using on-chain behavioral analysis across their token portfolio.
/chain/tokens/popular/historyReturns the most popular tokens across the entire blockchain for a specified date in time and optional category. Popularity is determined by the token's number of active wallets during the specified calendar date.
/token/holder/reputationReturns reputation scores for one or more wallets holding a token, at the current or historical block/timestamp.
/wallet/holder/reputationReturns reputation scores for a wallet across one or more specific tokens.
/token/transfers/dnaReturns token transfer records for a given token address, enriched with WalletDNA analytics—including sender and receiver wallet tiers ("size"), labels, current balances (token & USD), and each address's share of supply. Each record includes FDV and live token pricing. Supports filtering by participant address, direction, block range, or timestamp. Longer response times should be expected due to the richness of the data.
/token/priceReturns current token prices with FDV, liquidity, and 24h price change, quoted in **USD**, **ETH**, or **BTC**. ### Rules - Provide **either** `symbols` or `addresses`, not both. - Max **30 entries** for either parameter (pipe-delimited). - `quote_symbol` must be one of: `USD`, `ETH`, `BTC`.
/wallet/transfersReturns token transfers for a specified wallet address, with optional filtering by token address, participant address, direction, block range, or timestamp range. You may filter by either tokenAddress or address, but not both.
/wallet/transfers/dnaReturns token transfer records for a given wallet address, enriched with WalletDNA analytics—including sender and receiver wallet tiers ("size"), labels, current balances (token & USD), and each address's share of supply. Each record includes FDV and live token pricing. Supports filtering by participant address, direction, block range, or timestamp. Longer response times should be expected due to the richness of the data.
/chain/transfers/dnaReturns token transfers across the entire blockchain, enriched with WalletDNA analytics—including sender and receiver wallet tiers ("size"), labels, current balances (token & USD), and each address's share of supply. Each record includes FDV and live token pricing. Supports filtering by block range or timestamp. Longer response times should be expected due to the richness of the data.