Skip to main content
GET
/
v1
/
ping
Settlement Health Check (uses grpc.health.v1 Health/Check)
curl --request GET \
  --url https://api.amm.flashnet.xyz/v1/ping
{
  "gatewayTimestamp": 1700000000,
  "requestId": "01H8Z0HMVXJN6A8Q9GR1J6Z34E",
  "settlementTimestamp": 1700000000,
  "status": "ok"
}

Response

Settlement service is healthy (SERVING)

Response to a settlement service health check request

requestId
string
required

Request ID

Example:

"01HJZK7P9XYZ123ABCDEFGHJKL"

status
string
required

Health status of the settlement service ('ok' if grpc.health.v1 reports SERVING)

Example:

"ok"

settlementTimestamp
string
required

Timestamp from the settlement service in seconds

Example:

1700000000

gatewayTimestamp
string
required

Timestamp of this gateway response in milliseconds

Example:

1700000000