Skip to content

ots_getApiLevel


Returns the Otterscan API level

Example Request

    curl -d '{
        "id": "1",
        "jsonrpc": "2.0",
        "method": "ots_getApiLevel",
        "params": [ ]
    }' -H "Content-Type: application/json" -X POST "https://api.zq2-prototestnet.zilliqa.com/"

Example response

{
  "jsonrpc": "2.0",
  "result": 8,
  "id": "1"
}

Arguments