OpenZeppelin · Schema

RelayerResponse

Represents an OpenZeppelin Relayer instance for managing blockchain transactions across EVM, Solana, and Stellar networks.

Web3Smart ContractsBlockchainSecurityEthereumDeFiSolidityRelayerMonitoringAuditing

Properties

Name Type Description
id string Unique identifier for the relayer
name string Human-readable name for the relayer
network string Blockchain network identifier (e.g., mainnet, goerli, solana-mainnet)
network_type string Type of blockchain network
address string On-chain address associated with the relayer
paused boolean Whether the relayer is currently paused
policy object Transaction policy configuration for the relayer
signer_id string Reference to the signer used by this relayer
notification_id stringnull Optional reference to a notification channel
system_type string Internal system type identifier
created_at string Timestamp when the relayer was created
updated_at string Timestamp when the relayer was last updated
View JSON Schema on GitHub

JSON Schema

relayer.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/openzeppelin/main/json-schema/relayer.json",
  "title": "RelayerResponse",
  "description": "Represents an OpenZeppelin Relayer instance for managing blockchain transactions across EVM, Solana, and Stellar networks.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the relayer"
    },
    "name": {
      "type": "string",
      "description": "Human-readable name for the relayer"
    },
    "network": {
      "type": "string",
      "description": "Blockchain network identifier (e.g., mainnet, goerli, solana-mainnet)"
    },
    "network_type": {
      "type": "string",
      "enum": ["evm", "solana", "stellar"],
      "description": "Type of blockchain network"
    },
    "address": {
      "type": "string",
      "description": "On-chain address associated with the relayer"
    },
    "paused": {
      "type": "boolean",
      "description": "Whether the relayer is currently paused"
    },
    "policy": {
      "$ref": "#/definitions/RelayerPolicy",
      "description": "Transaction policy configuration for the relayer"
    },
    "signer_id": {
      "type": "string",
      "description": "Reference to the signer used by this relayer"
    },
    "notification_id": {
      "type": ["string", "null"],
      "description": "Optional reference to a notification channel"
    },
    "system_type": {
      "type": "string",
      "description": "Internal system type identifier"
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the relayer was created"
    },
    "updated_at": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the relayer was last updated"
    }
  },
  "required": ["id", "name", "network", "network_type", "address", "paused"],
  "definitions": {
    "RelayerPolicy": {
      "type": "object",
      "description": "Policy settings controlling relayer transaction behavior",
      "properties": {
        "gas_price_cap": {
          "type": ["integer", "null"],
          "description": "Maximum gas price in wei the relayer will accept"
        },
        "whitelist_receivers": {
          "type": ["array", "null"],
          "items": { "type": "string" },
          "description": "List of allowed recipient addresses"
        },
        "eip1559_pricing": {
          "type": ["boolean", "null"],
          "description": "Whether to use EIP-1559 pricing"
        },
        "private_transactions": {
          "type": ["boolean", "null"],
          "description": "Whether to use private/dark-pool transaction submission"
        },
        "min_balance": {
          "type": ["integer", "null"],
          "description": "Minimum relayer balance threshold in wei"
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/relayer"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.