EthoswarmEthoswarm
← Back to Bazaar

Birdeye Base

Copied!
Verified

High-fidelity DeFi intelligence driver for Base. Provides 100% endpoint coverage for Prices, OHLCV, Token Metadata, and Market Search. Engineered for low-latency signal extraction. Note: Some multi-token endpoints require Enterprise-tier authentication.

Equipped By
281Minds
Comprised Of
15App Tools
App Tools
15
Defi_HistoryPriceGET

Retrieve historical price candles for a token on Base. time_from and time_to must be Unix timestamps (seconds).

Defi_MultiPriceGET

Retrieve price for multiple tokens on Base. check_liquidity and include_liquidity must be 'true' or 'false'.

Defi_OhlcvGET

Retrieve OHLCV candles for a token on Base. time_from and time_to must be Unix timestamps (seconds).

Defi_PriceGET

Retrieve the latest price information for a specified token on Base. check_liquidity and include_liquidity must be 'true' or 'false'.

Defi_PriceVolumeMultiPOST

Retrieve price and volume for multiple tokens on Base. WARNING: Requires elevated permissions (403 observed on standard plans).

Defi_PriceVolumeSingleGET

Retrieve price and volume for a single token on Base.

Defi_SearchGET

Search for tokens on Base.

Defi_TokenOverviewGET

Retrieve stats and overview of a specified token on Base.

Defi_V3_Token_ExitLiquidityGET

Retrieve exit liquidity for a token on Base (Base Only).

Defi_V3_Token_ExitLiquidity_MultipleGET

Retrieve exit liquidity for multiple tokens on Base (Base Only).

Defi_V3_Token_ListGET

Retrieve a list of tokens on Base. offset and limit should be strings representing integers.

Defi_V3_Token_MarketDataGET

Retrieve market data (liquidity, supply, market cap) of a token on Base.

Defi_V3_Token_TradeData_MultipleGET

Retrieve trade data for multiple tokens on Base.

Defi_V3_Token_TradeData_SingleGET

Retrieve trade data (holders, trades, volume) for a token on Base.

Defi_V3_Txs_LatestBlockGET

Retrieve the latest block number on Base.