Satelink

API Metering

Credits and per-call usage metering you can audit.

Metering is how Satelink counts and bills usage: every paid call is measured at a flat rate and drawn down from a prepaid balance, so spend is predictable and auditable per key.

Prepaid balance

Deposit once in USDT; every call draws down at the flat per-call rate.

Per-key accounting

Usage is attributed per key so you can see exactly where spend goes.

No surprise invoices

You spend only what you deposit — there is no post-paid overage bill.

A real request

What calling it looks like

curl "https://rpc.satelink.network/credits/deposit/initiate?amount=10"

Endpoint: https://rpc.satelink.network/credits/deposit/initiate

Capabilities

What you get

USDT deposit → credit balance
Flat per-call metering
Per-key usage attribution
Balance and usage visible in the console
Draws down across every metered product

Choose how you pay

Payment rails

Prepaid credits

Deposit USDT once; calls draw down a balance.

USDT deposit

USDT on Polygon (137) into RevenueVaultV2.

Pricing

Pay per use

$0.00003 per call, drawn from a prepaid balance

Full rate card and a usage calculator at /pricing · pricing.json

For machines

Machine-readable facts

{
  "product": "metering",
  "endpoint": "https://rpc.satelink.network/credits/deposit/initiate",
  "auth": [
    "api_key"
  ],
  "payment_rails": [
    "credits",
    "usdt"
  ],
  "docs": "https://docs.satelink.network",
  "pricing": "https://satelink.network/products/metering.json"
}

Frequently asked

About the offering

How do credits work?

You deposit USDT once and every paid call draws down from that balance at the flat per-call rate. Credits are shared across the metered products you call.

Can I run out mid-call?

Metering deducts per completed call; when the balance is exhausted, further paid calls return a 402 until you top up.

Start building with API Metering