/
/OpenZeppelin Relayer API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 1mo ago
Health1
Metrics3
Notifications5
Plugins1
Relayers18
  • getRelayer routes implementation
  • postCreates a new relayer.
  • getRetrieves details of a specific relayer by ID.
  • deleteDeletes a relayer by ID.
  • patchUpdates a relayer's information based on the provided update request.
  • getRetrieves the balance of a specific relayer.
  • postPerforms a JSON-RPC call using the specified relayer.
  • postSigns data using the specified relayer.
  • postSigns a transaction using the specified relayer (Stellar only).
  • postSigns typed data using the specified relayer.
  • getFetches the current status of a specific relayer.
  • postSends a transaction through the specified relayer.
  • getLists all transactions for a specific relayer with pagination.
  • getRetrieves a transaction by its nonce value.
  • deleteDeletes all pending transactions for a specific relayer.
  • getRetrieves a specific transaction by its ID.
  • putReplaces a specific transaction with a new one.
  • deleteCancels a specific transaction by its ID.
Signers5
    Relayers

    Relayer routes implementation

    Note: OpenAPI documentation for these endpoints can be found in the openapi.rs file

    Lists all relayers with pagination support.

    get/api/v1/relayers

    Query parameters

    pageinteger

    Page number for pagination (starts at 1)

    per_pageinteger

    Number of items per page (default: 10)

    Response

    Relayer list retrieved successfully

    errorstring
    successboolean required

    Changes