VortexDocs
  • Vortex Engine
    • Installation
      • 1. Install Python
      • 2. Install VortexEngine
      • 3. Install Additional Dependencies
    • Getting Started
      • 1. Initialize Vortex
      • 2. Create Game Objects
      • 3. Add Labels
      • 4. Add a First Person Controller
      • 5. Run the Game
    • API Reference
      • 1. Vortex Class
      • 2. Tool Module
      • 3. Data Module
    • Example
      • 1. Basic Example
      • 2. API Integration Example
    • Troubleshooting
      • 1. ModuleNotFoundError
        • 1. Verify Installation:
        • 2. Check Python Environment:
        • 3. Verify Import Statement:
      • 2. Color Not Recognized
        • 1. Check Color Input:
        • 2. Refer to color_dict:
        • 3. Update Color Usage:
        • 4. Verify Code:
    • Additional Resources
  • Vortex Breakout
Powered by GitBook
On this page
  1. Vortex Engine
  2. API Reference

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.

Previous1. Vortex ClassNext3. Data Module

Last updated 9 months ago