Skip to main content
POST
/
api
/
v2
/
machine-metrics
/
machine-names
Machine Names
curl --request POST \
  --url https://beaconcha.in/api/v2/machine-metrics/machine-names \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "data": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.beaconcha.in/llms.txt

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

Authorizations

Authorization
string
header
required

Authorization header with value: Bearer YOUR_TOKEN. Refer to the API Keys section to create your API key.

Body

application/json

The body is of type object.

Response

Successful response.

data
string[]
required

List of known machine names for the authenticated user.