Bitcoin treasury rankings - entity holdings, BTC price history, and service-provider directory.
BTC Price History
ASYNCREADNo auth
Returns daily BTC/USD historical price series as timestamp-price pairs for charts and valuation context.
ParametersFormJSON
Market ticker symbol for the price series (e.g. BTCUSD)
Candle or sampling interval for the historical series (e.g. 1d)
cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \ -X POST \ -H "X-API-Key: $ANAKIN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action_id": "act_bitcointreasuries_net_btc_price_history", "params": { "ticker": "BTCUSD", "interval": "1d" } }'