post https://polygon-mainnet.unifra.io/v1/
Polygon API - Returns the current client version.
Parameters
none
Returns
String - The current client version.
Example
Request
curl https://polygon-mainnet.unifra.io/v1/your-api-key \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"web3_clientVersion","params":[],"id":0}'
URL: https://polygon-mainnet.unifra.io/v1/your-api-key
RequestType: POST
Body:
{
"jsonrpc":"2.0",
"method":"web3_clientVersion",
"params":[],
"id":0
}
Result
{
"jsonrpc": "2.0",
"id": 0,
"result": "bor/v1.10.3-stable-d33ce83c/linux-amd64/go1.15.5"
}