Documentation
{ "endpoint": "synternet.wbtc-dapp.total_supplies", "description": "Fetch the total supply and balance information for WBTC across different blockchain networks and BTC reserves", "payload": {}, "response": { "timestamp": { "type": "string", "format": "datetime", "description": "Timestamp of the data collection" }, "eth_total_supply": { "type": "float", "description": "Total WBTC supply on Ethereum network" }, "eth_total_supply_usd": { "type": "float", "description": "USD value of total WBTC supply on Ethereum network" }, "base_total_supply": { "type": "float", "description": "Total WBTC supply on Base network" }, "base_total_supply_usd": { "type": "float", "description": "USD value of total WBTC supply on Base network" }, "kava_total_supply": { "type": "float", "description": "Total WBTC supply on Kava network" }, "kava_total_supply_usd": { "type": "float", "description": "USD value of total WBTC supply on Kava network" }, "osmosis_total_supply": { "type": "float", "description": "Total WBTC supply on Osmosis network" }, "osmosis_total_supply_usd": { "type": "float", "description": "USD value of total WBTC supply on Osmosis network" }, "total_wbtc_supply": { "type": "float", "description": "Combined total WBTC supply across all networks" }, "total_wbtc_supply_usd": { "type": "float", "description": "USD value of combined total WBTC supply" }, "btc_total_supply": { "type": "float", "description": "Total BTC in all custodial addresses" }, "btc_total_supply_usd": { "type": "float", "description": "USD value of total BTC in all custodial addresses" }, "btc_diff": { "type": "float", "description": "Difference between total BTC (custodial) and total WBTC supply" }, "btc_diff_usd": { "type": "float", "description": "USD value of difference between total BTC and total WBTC supply" } }, "examples": { "Request": { "payload": {} }, "Response": { "timestamp": "2024-03-26T12:34:56Z", "eth_total_supply": 200.75, "eth_total_supply_usd": 8642000.75, "base_total_supply": 150.25, "base_total_supply_usd": 6481500.25, "kava_total_supply": 75.5, "kava_total_supply_usd": 3251500.50, "osmosis_total_supply": 50.25, "osmosis_total_supply_usd": 2165775.25, "total_wbtc_supply": 476.75, "total_wbtc_supply_usd": 20540776.75, "btc_total_supply": 500.0, "btc_total_supply_usd": 21540000.00, "btc_diff": 23.25, "btc_diff_usd": 999223.25 } }, "notes": [ "All USD values are calculated using current WBTC price", "BTC diff can be positive (excess reserves) or negative (insufficient reserves)", "Custodial balances are tracked and updated from blockchain.info", "This endpoint requires no parameters", "Returns the most recent data from the monitoring database", "Supplies are calculated based on mint and burn events on each network", "BTC total supply represents the sum of balances in verified custodial addresses" ], "update_frequency": "Data is updated every 15 minutes" }