SDK Explorer
/
Checks that the service is running.
Response to a ping.
1from circle.web3 import utils 2 3api_instance = utils.configurations.HealthApi() 4response = api_instance.ping() 5print(response.json()) 6
1{ 2 "message": "pong" 3}