Relayers

Retrieves the balance of a specific relayer.

get/api/v1/relayers/{relayer_id}/balance

Path parameters

relayer_idstring required

The unique identifier of the relayer

Response

Relayer balance retrieved successfully

errorstring
successboolean required

Example response

{
  "data": {
    "unit": "wei"
  }
}

Changes

No recorded changes to this endpoint across all 18 revisions of this API.