Node
Host a node
POST
https://www.allnodes.com/api/v1/node/hosting
This endpoint allows you to host new node.
Headers
Request Body
Get UTXO
GET
https://www.allnodes.com/api/v1/node/utxo/{address}
This endpoint allows you to get list of all your collateral utxo.
Path Parameters
Headers
Get hosting state
GET
https://www.allnodes.com/api/v1/node/state/{hash}-{index}
This endpoint allows you to get hosting state of your collateral utxo.
Path Parameters
Headers
Execute "protx register_prepare" command and get output
GET
https://www.allnodes.com/api/v1/node/{id}/deterministic/prepare
This endpoint allows you to get results of "protx register_submit" command executed on our full node.
Path Parameters
Query Parameters
Headers
Execute "protx register_submit" command
POST
https://www.allnodes.com/api/v1/node/{id}/deterministic/submit
This endpoint allows you to execute "protx register_submit" command on our full node with data provided through the API call. Registration in deterministic list will happen in 1 block after execution.
Path Parameters
Headers
Request Body
Last updated