API Reference
Calculator

Calculator

GET /v1/calculator/storage-cost

Estimate ShelbyUSD storage cost, with comparisons to other storage networks.

Query parameters

ParamTypeNotes
sizeBytesnumberRequired
durationDaysnumberRequired
networkstringRequired

Response

{
  "totalShelbyUSD": "0",
  "perMonthShelbyUSD": "0",
  "breakdown": {},
  "comparison": { "s3": 0, "r2": 0, "arweave": 0, "filecoin": 0 }
}

Pricing is based on the on-chain PaymentTiers rate. Whether the currently observed 42 µShelbyUSD/chunk/epoch rate is a testnet placeholder or the intended mainnet rate is not yet confirmed — do not present cost estimates as confirmed mainnet pricing.


GET /v1/calculator/sp-rewards

Estimate SP operator rewards given a stake amount.

Query parameters

ParamTypeNotes
stakenumberRequired
azstringAvailability zone
networkstringRequired

Response

{ "estimatedPerEpoch": "0", "estimatedPerMonth": "0", "breakEvenDays": 0 }