Stats
This document details the Balance Custody v1 Stats API, providing an endpoint to retrieve general statistical data related to the custody platform.
Last updated
This document details the Balance Custody v1 Stats API, providing an endpoint to retrieve general statistical data related to the custody platform.
Last updated
curl https://your_custom_subdomain.balancecustody.ca/api/v1/stats{
"total_assets_in_custody": {
"btc": {
"offline": 0.78182549,
"unit": "btc",
"warm": 367.80627061
},
"bch": {
"offline": 0.78182549,
"unit": "bch",
"warm": 367.80627061
}
}
}