v18

latestOpenAPI 3.1.0AGPL-3.0 licenseraw.githubusercontent.com2026-08-0143162294.8 KB
Relayers

Updates a relayer's information based on the provided update request.

patch/api/v1/relayers/{relayer_id}

Path parameters

relayer_idstring required

The unique identifier of the relayer

Request body

namestring nullable
notification_idstring
pausedboolean

Example request

{
  "custom_rpc_urls": [
    {
      "url": "https://rpc.example.com",
      "weight": 100
    }
  ]
}

Response

Relayer updated successfully

errorstring
successboolean required