post
https://api.infstones.com/bsc/mainnet/
Returns the current network id.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Parameters
None
Result
The current network id.
Example
Request
curl <your-endpoint> \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"net_version","params":[],"id":1}'Return
{
"jsonrpc": "2.0",
"id": 1,
"result": "56"
}