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