SDK Explorer

Checks that the service is running.

Responses
Example
1from circle.web3 import utils
2
3api_instance = utils.configurations.HealthApi()
4response = api_instance.ping()
5print(response.json())
6
ResponseChoose an example
1{
2  "message": "pong"
3}
Did this page help you?
© 2023-2025 Circle Technology Services, LLC. All rights reserved.