OpenZeppelin · Schema

TransactionResponse

Represents a blockchain transaction submitted through the OpenZeppelin Relayer, supporting EVM, Solana, and Stellar networks.

Web3Smart ContractsBlockchainSecurityEthereumDeFiSolidityRelayerMonitoringAuditing

Properties

Name Type Description
id string Unique identifier for the transaction within the relayer
hash stringnull On-chain transaction hash (null if not yet submitted)
status string Current status of the transaction
from string Sender address
to stringnull Recipient address (null for contract creation)
value stringnull Value transferred in the transaction (in wei for EVM)
data stringnull Encoded calldata for the transaction
nonce integernull Transaction nonce (EVM)
gas_price stringnull Gas price in wei (legacy transactions)
gas_limit integernull Gas limit for the transaction
max_fee_per_gas stringnull Maximum fee per gas unit (EIP-1559)
max_priority_fee_per_gas stringnull Maximum priority fee per gas unit (EIP-1559)
chain_id integernull Chain ID of the target network
speed stringnull Desired transaction speed tier
created_at string Timestamp when the transaction was created
sent_at stringnull Timestamp when the transaction was sent to the network
confirmed_at stringnull Timestamp when the transaction was confirmed
valid_until stringnull Deadline after which the transaction expires
View JSON Schema on GitHub

JSON Schema

transaction.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/openzeppelin/main/json-schema/transaction.json",
  "title": "TransactionResponse",
  "description": "Represents a blockchain transaction submitted through the OpenZeppelin Relayer, supporting EVM, Solana, and Stellar networks.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the transaction within the relayer"
    },
    "hash": {
      "type": ["string", "null"],
      "description": "On-chain transaction hash (null if not yet submitted)"
    },
    "status": {
      "type": "string",
      "enum": ["pending", "sent", "submitted", "mined", "confirmed", "failed", "expired"],
      "description": "Current status of the transaction"
    },
    "from": {
      "type": "string",
      "description": "Sender address"
    },
    "to": {
      "type": ["string", "null"],
      "description": "Recipient address (null for contract creation)"
    },
    "value": {
      "type": ["string", "null"],
      "description": "Value transferred in the transaction (in wei for EVM)"
    },
    "data": {
      "type": ["string", "null"],
      "description": "Encoded calldata for the transaction"
    },
    "nonce": {
      "type": ["integer", "null"],
      "description": "Transaction nonce (EVM)"
    },
    "gas_price": {
      "type": ["string", "null"],
      "description": "Gas price in wei (legacy transactions)"
    },
    "gas_limit": {
      "type": ["integer", "null"],
      "description": "Gas limit for the transaction"
    },
    "max_fee_per_gas": {
      "type": ["string", "null"],
      "description": "Maximum fee per gas unit (EIP-1559)"
    },
    "max_priority_fee_per_gas": {
      "type": ["string", "null"],
      "description": "Maximum priority fee per gas unit (EIP-1559)"
    },
    "chain_id": {
      "type": ["integer", "null"],
      "description": "Chain ID of the target network"
    },
    "speed": {
      "type": ["string", "null"],
      "enum": ["safeLow", "average", "fast", "fastest", null],
      "description": "Desired transaction speed tier"
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the transaction was created"
    },
    "sent_at": {
      "type": ["string", "null"],
      "format": "date-time",
      "description": "Timestamp when the transaction was sent to the network"
    },
    "confirmed_at": {
      "type": ["string", "null"],
      "format": "date-time",
      "description": "Timestamp when the transaction was confirmed"
    },
    "valid_until": {
      "type": ["string", "null"],
      "format": "date-time",
      "description": "Deadline after which the transaction expires"
    }
  },
  "required": ["id", "status", "from"],
  "definitions": {}
}

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/transaction"
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.