General

General Usage

Network Connections

GET http://127.0.0.1:31567/network/connections/count

Returns the number of network connections

5

Decode Address

GET http://127.0.0.1:31567/address/decode

Extract a public key hash or a contract identifier from an address

Path Parameters

NameTypeDescription

address

string

Address to decode

{
     "pkHash": "some pk hash"
}

Last updated