/
/OpenZeppelin Relayer API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 27m ago · Updated 1mo ago
Health2
Metrics3
Networks3
Notifications5
Plugins5
Relayers20
  • 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.
  • postPrepares a sponsored (gasless) transaction with fee payments.
  • postEstimates fees for a sponsored (gasless) transaction.
  • getRetrieves a specific transaction by its ID.
  • putReplaces a specific transaction with a new one.
  • deleteCancels a specific transaction by its ID.
Signers5
    Relayers

    Retrieves details of a specific relayer by ID.

    get/api/v1/relayers/{relayer_id}

    Path parameters

    relayer_idstring required

    The unique identifier of the relayer

    Response

    Relayer details retrieved successfully

    errorstring
    successboolean required

    Changes