Overview
GetBlock API docs: RPC endpoints, SDK guides, and developer tools. Everything you need to connect and build on 100+ blockchain networks
Getting Started with GetBlock
import requests
url = "https://go.getblock.io/<ACCESS-TOKEN>/"
headers = { "Content-Type": "application/json" }
payload = { "jsonrpc": "2.0", "method": "eth_blockNumber", "params": [], "id": "getblock.io" }
response = requests.post(url, headers=headers, json=payload)
print(response.json())Key Features of GetBlock
100+ blockchains in store
Industry-leading suite of add-ons and ready-made APIs
Examples for Console REST API Requests
cURL
Python
JavaScript
Ruby
Supported networks
Last updated
Was this helpful?