1 get_data_from_api(endpoint, ApiKey, PrivateKey, Address, Chain)
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.
endpoint
ApiKey (str): The API key for authentication.
ApiKey
PrivateKey (str): Your private key.
PrivateKey
Address (str): Your address.
Address
Chain (str): The blockchain chain to use.
Chain
Returns:
The data fetched from the API endpoint.
Last updated 1 year ago