API Reference
GET /machines/{machine_id}
Return a peaqOS Machine Card for a machine identified by its numeric machine ID.
GET
GET /machines/{machine_id}
Endpoint
Path parameters
integer
default:"1"
required
On-chain machine ID (not an NFT token ID and not a DID)
Response
200 OK
The
chainId in machineRegistry is read from the connected RPC at server startup (default 3338 for peaq ). The registryAddress is the IdentityRegistry contract address.
Error responses
Example
Related endpoints
- GET /machine/ returns the full machine profile with MCR score and data visibility-dependent fields.
- GET /mcr/ returns the detailed MCR score, revenue trend, and revenue summary.
- GET /metadata/ returns NFT metadata for a MachineNFT token.
Previous
PUT /machine/{key}/monetizationOpt a machine into or out of monetization with a signed request.
Next
GET /machines/{machine_id}

