Safely install and run the bundled 00001 Grid Trading Bot in demo or sandbox mode, preview grid parameters, and generate paste-ready key=value or JSON config...
编程
Grid Levels
试用Active grid levels, spacing, and next buy/sell prices per pair
它能做什么
Active grid levels, spacing, and next buy/sell prices per pair
技能文档
grid-levels
What It Does
Active grid levels, spacing, and next buy/sell prices per pair. This signal is computed in real time from APEX Runner's live autonomous trading system operating across Kraken, Coinbase Advanced Trade, and Hyperliquid — not from backtests or third-party aggregators.
When to Use
- To know exact grid buy/sell prices
- When managing grid inventory manually
- For reporting and dashboard integration
How to Use
The agent makes an x402-authenticated GET request to:
https://apexrunner.ai/signals/grid-levels
The x402 client handles payment authorisation automatically. No API key, no account, no subscription required — just an EVM wallet with USDC on Base mainnet.
# Example using the x402-python client
from x402.client import x402_get
response = x402_get(
url="https://apexrunner.ai/signals/grid-levels",
private_key=os.environ["EVM_PRIVATE_KEY"]
)
print(response.json())
Example Response
{
"BTC": {"next_buy": 66800, "next_sell": 67600, "levels_active": 7},
"ETH": {"next_buy": 3490, "next_sell": 3570, "levels_active": 6}
}
Pricing
$1.00/call — standard price
Early adopters automatically receive 30% off ($0.70/call) until 2026-09-21. Discount tiers apply automatically based on wallet call history:
- Early Adopter (0–9 calls): 30% off
- Engaged (10–49 calls): 15% off
- Loyal (50–199 calls): 15% permanent
- VIP (200+ calls): 20% permanent
Check your tier: https://apexrunner.ai/signals/my-pricing
Related Signals
APEX Runner — autonomous AI crypto trading signals. apexrunner.ai
相关技能
Build and evaluate an offline crypto grid-trading simulation without connecting an exchange, wallet, Telegram bot, or user account. Use when a user asks to m...
Live grid fill rate across all pairs — measures execution efficiency
Live ATR-based position sizing recommendation for current volatility
Manage Hyperliquid perp positions and margin from the desk computer - read positions and margin, set leverage and cross/isolated mode, add isolated margin, understand margin tiers and liquidation price, close a position with a reduce-only IOC, and clean up orphaned orders. Write actions are Execution Trader only, on an approved ticket. Use for leverage changes, closes, protection checks and margin questions.
Comprehensive grid health score with recommendations for optimisation