v1
latestOpenAPI 3.0.02026-08-04380104.3 KBRelay Wallet
Get Wallet Balance
Retrieve the current wallet balance for your relay account.
get/relay/wallet/balance
Response
200
Example response
{
"status": "success",
"message": "Balance fetched successfully",
"data": {
"balance": 10000
}
}