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
Example response
{
"data": {
"unit": "wei"
}
}