Development @softsimon_
Operations @wiz
Logo & theme design @markjborg
Endpoint | Description |
---|---|
GET /api/v1/fees/recommended | Recommended fees |
GET /api/v1/fees/mempool-blocks | The current mempool blocks |
wss://{{ hostname }}/api/v1/ws |
Default push: {{ '{' }} action: 'want', data: ['blocks', ...] {{ '}' }}
to express what you want pushed. Available: 'blocks', 'mempool-blocks', 'live-2h-chart' and 'stats'.
Push transactions related to address: {{ '{' }} 'track-address': '3PbJ...bF9B' {{ '}' }} to receive all new transactions containing that address as input or output. Returns an array of transactions. 'address-transactions' for new mempool transactions and 'block-transactions' for new block confirmed transactions. |
Endpoint | Description |
---|---|
GET /bisq/api/stats | Stats |
GET /bisq/api/tx/:txId | Transaction |
GET /bisq/api/txs/:index/:length | Transactions |
GET /bisq/api/block/:hash | Block |
GET /bisq/api/blocks/:index/:length | Blocks |
GET /bisq/api/blocks/tip/height | Latest block height |
GET /bisq/api/address/:address | Address |