Bitcoin Forum
March 25, 2026, 04:17:58 PM *
News: Latest Bitcoin Core release: 30.2 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: A real-time btc-market-data-oracle for Trading Agents/Bots  (Read 14 times)
mike.io (OP)
Newbie
*
Offline Offline

Activity: 1
Merit: 1


View Profile
March 23, 2026, 01:55:37 PM
Merited by Vod (1)
 #1

To devs building BTCUSD autonomous trading agents.

Been working on a btc-market-data-oracle that delivers real-time btc market data for trading agents/bots with almost no latency (because it's a prepaid system; your Agent doesn't have to pay an invoice for every market data request, which reduces friction). All you need is a NWC-capable Agent. Looking forward to know some trading agent devs.

The Oracle Autopilot (NWC Plug & Play) setup is here: https://github.com/Mike-io-hash/btc-market-data-oracle/tree/main/clients/node
It's a fully operational and hosted service that runs like a sidecar to the Agent, so you don't have to touch any of your agent's core code.

Features: Open-sourced; hosted; low-latency BTC Market Data Oracle with NWC Autopilot.

- 5 endpoints (price, volume, liquidity, funding&open interest, or full snapshot). Sources: Binance Global + Deribit
- 3 Agent-native reasoning endpoints:
GET /v1/usage/forecast → when will I run out at the current pace?
GET /v1/recommendation/topup → which plan should I buy to cover the next N days?
GET /v1/usage/by-endpoint → where am I spending verifications?
- Prepaid verifications (1000 sats = 200 requests, anti-abuse, no per-request invoices. No expiry)
- Plug & play Node.js client (2 minutes copy-paste)
- Hosted Docs + OpenAPI: https://oracle.satsgate.org/docs
- Quickstart: cd clients/node → npm run plug (with your NWC_URL)







Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!