Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 376 Bytes

File metadata and controls

16 lines (12 loc) · 376 Bytes

import Tabs from '@theme/Tabs' import TabItem from '@theme/TabItem'

curl https://sei-mainnet.infura.io/v3/<YOUR-API-KEY> \
  -X POST \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc": "2.0","method": "eth_getBalance", "params": ["0xc94770007dda54cF92009BFF0dE90c06F603a09f", "latest"], "id": 1}'