S

Stelar Digital · Gridparams

by Stelar Digital

GETBase

$0.05

per call · USD Coin on Base

Grid-trading parameter recommendation for a crypto pair and capital amount — grid count, spacing percent, price band, and per-grid USD allocation, derived from live 24h market structure using the same spacing bounds as a production grid engine. For agents configuring, sizing, or backtesting a grid bot before deployment.

Endpoint

GET https://api.stelardigital.com/gridparams

1

Calls / 30d

1

Unique payers / 30d

Aug 20

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.stelardigital.com/gridparams", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.stelardigital.com/gridparams?asset=SOL&capital=1000" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "as_of": 1720400000,
  "asset": "SOL",
  "day_range_pct": 4.8,
  "last_price": 172.4,
  "recommendation": {
    "band_high": 178.9,
    "band_low": 165.1,
    "buy_side_bias": "contrarian — grids buy weakness, sell strength",
    "grids": 32,
    "per_grid_usd": 31.25,
    "spacing_pct": 0.5
  },
  "symbol": "SOLUSDT"
}

Payment details

Pay to0x32d711c66dd1ad0c42d0cfe48e58ee5f2de7c243
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Market Data and the homepage with a featured placement.

Get featured →

More from Stelar Digital & similar services