Get wallet balance
GET
/wallets/{id}/balance
wallets
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://transactions.srblabs.io/api/v1/wallets//balance'
Response Response Example
200 - Example 1
{
"address": "string",
"balance": "string",
"blockchain": "string",
"unit": "string",
"updated_at": "string",
"wallet_id": "string"
}
Request
Path Params
id
string
required
Responses
Modified at 2025-04-30 01:06:49