Home > bitcoin-exit-node

bitcoin-exit-node

Bitcoin-exit-node is a project mainly written in CoffeeScript, based on the Apache-2.0 license.

API

publish-tx

Note: Content-Type must be "application/x-www-form-urlencoded" or "application/json"

POST /api/publish-tx.js tx64=...

--> {"ok": true}

get-address-info

GET /api/check-addresses.js?addresses= (comma-separated base58 addresses)

--> { "addresses": [ { "address": "...", "outpoints": [ { hash: n: block_number: value_str: }, ... ] } ] }

Previous:SVG