Ping
This endpoint retrieves API service health status.
Request
GET /api/v1/ping
Example
curl https://api.xrpscan.com/api/v1/ping
Response
{
"status": "OK"
}
Last updated
This endpoint retrieves API service health status.
GET /api/v1/ping
curl https://api.xrpscan.com/api/v1/ping
{
"status": "OK"
}
Last updated