GET
/
v1
/
ping
Health Check
curl --request GET \
  --url https://api.amm.flashnet.xyz/v1/ping
{
  "gatewayTimestamp": 1700000000,
  "requestId": "01H8Z0HMVXJN6A8Q9GR1J6Z34E",
  "settlementTimestamp": 1700000000,
  "status": "ok"
}

Response

Ping settlement

Response to a settlement service ping request

requestId
string
required

Request ID

Example:

"01HJZK7P9XYZ123ABCDEFGHJKL"

status
string
required

Status of the ping to settlement service

Example:

"ok"

settlementTimestamp
string
required

Timestamp from the settlement service in seconds

Example:

1700000000

gatewayTimestamp
string
required

Timestamp of this gateway response in seconds

Example:

1700000000