AddressDB
Resync
POST
http://127.0.0.1:31567/addressdb/resync
Adressess Balance
POST
http://127.0.0.1:31567/addressdb/balance
Given a list of addresses return the balance per asset of those addresses
Path Parameters
Addressess Outputs
POST
http://127.0.0.1:31567/addressdb/outputs
Given a list of addresses and a mode return a list of outpoint and spend per address
Request Body
Addressess Transactions
POST
http://127.0.0.1:31567/addressdb/transactions
Given a list of addresses return the transaction count with the skip and take methods
Request Body
Addressess Transaction Count
POST
http://127.0.0.1:31567/addressdb/transactioncount
Given a list of addresses return the transaction count
Request Body
Contract History
POST
http://127.0.0.1:31567/contract/history
Given a contractID return the history of the execution of that contract
Request Body
Contract Info
POST
http://127.0.0.1:31567/contract/info
This is used to compute the hints and queries for the contract activation in ZenJs.
Request Body
Last updated