birdeye-py

Getting Started

  • Quick Start
  • Installing BirdEye Python

Code Overview

  • BirdEye Client
    • DeFi
    • Token
    • Trader
    • Wallet (Beta)
    • Pair
    • Search
      • Search
        • Search.token_market_data()
    • BirdEye
    • APIs

Package Info

  • Contributing to BirdEye Python
  • References
birdeye-py
  • BirdEye Client
  • Search
  • View page source

Search

class Search(http: IHttp)
token_market_data(*, keyword: str, markets: list[str] | str, sort_by: str | None = 'volume_24h_usd', sort_type: str | None = 'desc', verify_token: bool | None = None, chain: str | None = 'all', offset: int | None = 0, limit: int | None = 20) → dict

Search for token and market data by matching a pattern or a specific token, market address.

Parameters:

list_address – A list of addresses

Previous Next

© Copyright 2024, Nick Kelly.

Built with Sphinx using a theme provided by Read the Docs.