Start building with Blockspeed in minutes
Sign up and create your first project to get an API key.
API_KEY=bs_live_...curl -X POST https://rpc.blockspeed.io/v1 \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "getBalance",
"params": ["<ADDRESS>"]
}'Explore our APIs and start building amazing applications.