Overview
Theget_current_balance action retrieves your current Hyperbolic platform credit balance and recent purchase history. This shows your available credits for renting GPU compute resources.
Function Signature
Input Schema
This action takes no input parameters.Response
Returns a formatted string with your current balance and purchase history.A formatted string containing:
- Current Hyperbolic platform balance in USD
- Recent credit purchase history with dates and amounts
API Endpoints
Example Response
Example Usage
Important Notes
- This retrieves Hyperbolic platform credits (in USD), not cryptocurrency wallet balances
- For crypto wallet balances (ETH/USDC), use Coinbase CDP wallet commands
- Requires
HYPERBOLIC_API_KEYenvironment variable - Balance is displayed in USD (converted from internal credit units)
- Purchase history is sorted by date
- These credits are used to pay for GPU compute rentals
Balance vs. Crypto Wallet
Platform Credits (This Action)
- Hyperbolic’s internal credit system
- Denominated in USD
- Used directly to rent GPU compute
- Retrieved with
get_current_balance()
Crypto Wallet (Different Action)
- Blockchain wallet balances (ETH, USDC, etc.)
- On Base network
- Used to purchase platform credits
- Retrieved with CDP wallet tools
Adding Credits
To add credits to your Hyperbolic account using cryptocurrency:- Link your wallet using the
link_wallet_addressaction - Send funds (USDC, USDT, or DAI on Base network) to:
- Credits are available immediately after the transaction confirms
Example Workflow
Error Handling
Response Format Details
The function makes two API calls:- Get current balance: Retrieves available credits
- Get purchase history: Retrieves past credit purchases
Related Actions
- Get Spend History - View GPU rental costs
- Link Wallet Address - Connect wallet to add credits
- Rent Compute - Use credits to rent GPUs