Doman
REST API Reference

DOMAN API v1

Web3 Security & Decision Engine — Base Chain. All endpoints live under https://domanprotocol.vercel.app/api/v1.

28

Endpoints

8453

Base chain

1.0.0

Version

JSON

Format

Health

1 endpoint

Response Envelope

Every response is wrapped in a standard envelope. Pagination metadata is available in the meta field when applicable.

Success
{
  "success": true,
  "data": {},
  "meta": {
    "pagination": {
      "page": 1,
      "limit": 20,
      "total": 100,
      "totalPages": 5
    },
    "cached": false
  }
}
Error
{
  "success": false,
  "error": {
    "code": "INVALID_ADDRESS",
    "message": "Invalid Ethereum address format"
  }
}