Lux Docs

Quick Start

Your first API call

Get Block Number

curl -X POST https://api.lux.cloud/v1/rpc/lux \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -d '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'

On this page