Service User Guide
Audience: Developers, businesses, and AI agents that want to use the SpaceRouter proxy network
Quick Start
Try it with the CLI
pip install spacerouter
export SR_GATEWAY_URL=https://gateway.spacerouter.org
export SR_GATEWAY_MANAGEMENT_URL=https://gateway.spacerouter.org:8081
export SR_ESCROW_PRIVATE_KEY=0xYOUR_PRIVATE_KEY
export SR_ESCROW_CONTRACT_ADDRESS=0x... # see Reference for the current value
export SR_ESCROW_CHAIN_RPC=https://mainnet3.creditcoin.network
# One-time: deposit SPACE into the escrow contract for your wallet.
spacerouter escrow deposit 10000000000000000000 # 10 SPACE
# Send a paid request.
spacerouter request get https://httpbin.org/ip --payGeo targeting
Use an SDK
Where to next
Last updated
Was this helpful?