BraiinsRatchet/examples/market_snapshot.example.json

12 lines
348 B
JSON
Raw Normal View History

2026-04-25 12:20:15 +00:00
{
"timestamp_utc": "2026-04-25T12:00:00+00:00",
"best_price_btc_per_eh_day": "0.30",
2026-04-25 15:41:27 +00:00
"best_bid_btc_per_eh_day": "0.29",
"best_ask_btc_per_eh_day": "0.30",
"last_price_btc_per_eh_day": "0.31",
"total_hashrate_eh_s": "0.25",
2026-04-25 12:20:15 +00:00
"available_hashrate_eh_s": "0.10",
2026-04-25 15:41:27 +00:00
"status": "SPOT_INSTRUMENT_STATUS_ACTIVE",
2026-04-25 12:20:15 +00:00
"source": "manual-example"
}