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
Example request
{
"custom_rpc_urls": [
{
"url": "https://rpc.example.com",
"weight": 100
}
]
}Response
Relayer updated successfully