Skip to main content
GET
/
ping
Ping
curl --request GET \
  --url https://api.circle.com/ping
{
  "message": "pong"
}

Documentation Index

Fetch the complete documentation index at: https://developers.circle.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

Successful ping.

message
string
required

Response to a ping.

Example:

"pong"