Jungle Bus¶
JungleBus implements the GorillaPool JungleBus REST API as a Protocol subclass.
External docs: JungleBus API documentation
Commands¶
| Command | Method | Path | Response | Escape hatch |
|---|---|---|---|---|
get_tx | GET | /v1/transaction/get/{txid} | :json | |
get_address_meta | GET | /v1/address/get/{address} | :json_array | |
get_address_txs | GET | /v1/address/transactions/{address} | :json_array | |
get_block_header | GET | /v1/block_header/get/{height} | :json | |
get_block_headers | GET | /v1/block_header/list/{height} | :json_array |