v1

latestOpenAPI 3.0.02026-08-04380104.3 KB
Relay Wallet

Get Wallet Balance

Retrieve the current wallet balance for your relay account.

get/relay/wallet/balance

Response

200

statusstring
messagestring

Example response

{
  "status": "success",
  "message": "Balance fetched successfully",
  "data": {
    "balance": 10000
  }
}