Skip to main content
POST
/
v1
/
cloudbet
/
ping
Ping
curl --request POST \
  --url https://api.example.com/v1/cloudbet/ping \
  --header 'Content-Type: application/json' \
  --data '
{
  "api_key": "<string>"
}
'
{
  "ok": true,
  "egress_ip_note": "<string>",
  "currencies_sample": [
    "<string>"
  ],
  "error": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.edge.glitchexecutor.com/llms.txt

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

Body

application/json
api_key
string
required

Cloudbet X-API-Key JWT

Minimum string length: 8

Response

Successful Response

ok
boolean
required
egress_ip_note
string
required
currencies_sample
string[] | null
error
string | null