get-token-ath
Returns the all-time-high (ATH) market cap and the timestamp when it occurred, based on all historical trades for the token.
get-tokens-by-deployer
Returns a list of tokens where the specified wallet address is the developer (devWallet).
get-token-history
Fetches historical price, market cap, or liquidity snapshots for a token across multiple time windows.
get-token-performance
Returns percentage performance change for selected metrics over multiple time windows compared to the current value.
get-token-price
Returns the latest price, market cap, and liquidity for a specific token address.
get-wallet-holdings
Retrieve the token holdings of a given wallet address, including balances and percentage ownership per token.
get-wallet-token-pnl
Calculate realized and unrealized profit and loss (PnL) for a wallet on a specific token.
get-token-history-range
Returns the lowest and highest values of selected metrics (price, market cap, liquidity) within a specified time range for a token.
get-mcp-config
Exposes MCP discovery schema for Smithery and other MCP clients.
get-token-audit
Returns audit data for a given token address, including developer, top holder, insider, bundler, sniper, and LP burn distributions.
get-api-health
Returns 200 OK if the API service is healthy and responding.
get-pair-audit
Returns audit data for a single liquidity pair and its underlying token. Includes token-level distribution (developer, top holders, insiders, bundlers) and pair-level ownership breakdown (snipers, LP burn).
get-token-audit-multiple
Returns audit data for multiple tokens in a single batch call. Accepts up to 10 token addresses via a comma-separated `addresses` query parameter. Each entry includes developer, top holder, insider, bundler, sniper, and LP burn distributions.
**Cost:** 10 credits per request.
get-pair-audit-multiple
Returns audit data for multiple liquidity pairs in a single batch call. Accepts up to 10 pair addresses via the `addresses` query parameter. Each entry includes pair-level and token-level audit details including developer, top holders, insiders, bundlers, snipers, and LP burn distribution.
**Cost:** 10 credits per request.