S
Satelink Docs
LandingConsole
Documentation Wiki

Full project documentation: getting started, architecture, settlement.

API Reference

RPC gateway endpoints, authentication, billing headers.

Node Operators Guide

Run a node, register it, and earn 50% of routed revenue in USDT.

GitHub Repository

Full open-source codebase: gateway, contracts, frontend.

Quick Start
# Free tier — no key required (200 req/day)
curl -X POST https://rpc.satelink.network/rpc/polygon \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'