← Back to Docs

Getting Started

Start building with Blockspeed in minutes

1. Get Your API Key

Sign up and create your first project to get an API key.

API_KEY=bs_live_...

2. Make Your First Request

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>"]
  }'

3. Start Building

Explore our APIs and start building amazing applications.