2. Tool Module

1 get_data_from_api(endpoint, ApiKey, PrivateKey, Address, Chain)

Fetches data from the specified API endpoint.

  • Parameters:

    • endpoint (str): The API endpoint to fetch data from.

    • ApiKey (str): The API key for authentication.

    • PrivateKey (str): Your private key.

    • Address (str): Your address.

    • Chain (str): The blockchain chain to use.

  • Returns:

    • The data fetched from the API endpoint.

Last updated