Get Address Overview
Returns the balance and statistics for a given address.
https://www.spyderlab.org/api/v1/address-detailsParameter
Type
Description
Field
Type
Description
{
"success": true,
"msg": "",
"data": {
"balance": 49.8305,
"txs_count": 1231,
"first_seen": 1441800674,
"last_seen": 1670971955,
"total_received": 916204.8697,
"total_spent": 916151.0499,
"received_txs_count": 1018,
"spent_txs_count": 213
}
}Last updated