C-Chain
Last updated
//Request
curl -X POST --data '{
"jsonrpc": "2.0",
"method": "web3_clientVersion",
"params": [],
"id": 1
}' -H 'Content-Type: application/json' \
-H 'cache-control: no-cache' \
https://ava-api-c-chain.bwarelabs.com/<your-endpoint-id>/ext/bc/C/rpc
//Response
{
"jsonrpc": "2.0",
"id": 1,
"result": "Athereum 1.0"
}