Returns blockchain meta data including height, hashCount, staking, transactions, bigRandomNumber, and validation.
http://{{host}}:{{port}}/datashort
Returns the last block.
http://{{host}}:{{port}}/prevBlock
Returns a block at the specified index. Note: Genesis block has index 1.
http://{{host}}:{{port}}/conductorBlock?index=263899
Returns the current status of the node.
http://{{host}}:{{port}}/status
Returns a list of all addresses with their accounts. Not recommended due to large size.
http://{{host}}:{{port}}/addresses
Returns the sum of all dollars in the system.
http://{{host}}:{{port}}/totalDollars
Returns the height of the blockchain.
http://{{host}}:{{port}}/size
Returns the special version that differs from Github.
http://{{host}}:{{port}}/version
Returns the difficulty of the last block and the sum of all difficulties in this blockchain.
http://{{host}}:{{port}}/difficultyBlockchain
Returns a list of blocks from start to finish index, inclusive.
http://{{host}}:{{port}}/sub-blocks
{ "start": 0, "finish": 10 }
Returns a list of transactions that have not yet been added to the blockchain.
http://{{host}}:{{port}}/getTransactions
Returns all sent transactions of a given address from the specified block range.
http://{{host}}:{{port}}/senderTransactions?address=nNifuwmFZr7fnV1zvmpiyQDV5z7ETWvqR6GSeqeHTY43&from=0&to=10
Returns all received transactions of a given address from the specified block range.
http://{{host}}:{{port}}/customerTransactions?address=nNifuwmFZr7fnV1zvmpiyQDV5z7ETWvqR6GSeqeHTY43&from=0&to=10
Returns the sum of all transactions sent by this address.
http://{{host}}:{{port}}/senderCountDto?address=nNifuwmFZr7fnV1zvmpiyQDV5z7ETWvqR6GSeqeHTY43
Checks if the file is saved.
http://{{host}}:{{port}}/isSaveFile
Determines if a given transaction is added to the blockchain based on the base64 signature.
http://{{host}}:{{port}}/isTransactionAddBase64
{ "sign": "MEUCIQCikyqSQ+/chwaQlqx0MAU6yKM9hBqDIKsn9Dudg/F37AIgUpbfRPt+nGlHLYuL0FStgsm5epJ8Jr1TsIeYKxXEkMg=" }
Returns the transaction based on its base64 signature if it's in the blockchain.
http://{{host}}:{{port}}/TransactionAddBase64
{ "sign": "MEUCIQCikyqSQ+/chwaQlqx0MAU6yKM9hBqDIKsn9Dudg/F37AIgUpbfRPt+nGlHLYuL0FStgsm5epJ8Jr1TsIeYKxXEkMg=" }
Returns the balance of an account (Dollar, Promotions, Staking).
http://{{host}}:{{port}}/account?address=tiwnwfxx3JjKaDi6ZmRihH9PNE5GZXcLNYqGrm7Rwxjg
Returns the sum of all transactions received by this address.
http://{{host}}:{{port}}/customerCountDto?address=nNifuwmFZr7fnV1zvmpiyQDV5z7ETWvqR6GSeqeHTY43
Returns a list of block candidates that participated in the last tournament.
http://{{host}}:{{port}}/allwinners
Returns the winner from the last tournament.
http://{{host}}:{{port}}/bigRandomWiner
Returns the strongest candidate from the list of blocks that have not yet entered the tournament.
http://{{host}}:{{port}}/winnerList
Returns the public key and private key (password).
localhost:8082/keys
Returns the balance of an account (Dollar, Promotions, Staking).
localhost:8082/account?address=tiwnwfxx3JjKaDi6ZmRihH9PNE5GZXcLNYqGrm7Rwxjg
Returns the dollar balance only.
localhost:8082/dollar?address=tiwnwfxx3JjKaDi6ZmRihH9PNE5GZXcLNYqGrm7Rwxjg
Sends coins from one address to another.
localhost:8082/sendCoin?sender=tiwnwfxx3JjKaDi6ZmRihH9PNE5GZXcLNYqGrm7Rwxjg&recipient=rDqx8hhZRzNm6xxvL1GL5aWyYoQRKVdjEHqDo5PY2nbM&dollar=1&stock=2.0&reward=0.0&password=
Returns the stock balance.
localhost:8082/stock?address=tiwnwfxx3JjKaDi6ZmRihH9PNE5GZXcLNYqGrm7Rwxjg
Determines if a given transaction is added to the blockchain based on the base64 signature.
localhost:8082/isTransactionAddBase64
{ "sign": "MEUCIQCikyqSQ+/chwaQlqx0MAU6yKM9hBqDIKsn9Dudg/F37AIgUpbfRPt+nGlHLYuL0FStgsm5epJ8Jr1TsIeYKxXEkMg=" }
Returns the transaction based on its base64 signature if it's in the blockchain.
localhost:8082/TransactionAddBase64
{ "sign": "MEUCIQCikyqSQ+/chwaQlqx0MAU6yKM9hBqDIKsn9Dudg/F37AIgUpbfRPt+nGlHLYuL0FStgsm5epJ8Jr1TsIeYKxXEkMg=" }
Returns the sum of all transactions sent by this address.
localhost:8082/senderCountDto?address=nNifuwmFZr7fnV1zvmpiyQDV5z7ETWvqR6GSeqeHTY43
Returns all sent transactions of a given address from the specified block range.limitation for to, TO cannot be larger FROM more than 500 blocks.
localhost:8082/senderTransactions?address=nNifuwmFZr7fnV1zvmpiyQDV5z7ETWvqR6GSeqeHTY43&from=0&to=10
Returns all received transactions of a given address from the specified block range.limitation for to, TO cannot be larger FROM more than 500 blocks.
localhost:8082/customerTransactions?address=nNifuwmFZr7fnV1zvmpiyQDV5z7ETWvqR6GSeqeHTY43&from=0&to=10
Returns the sum of all transactions received by this address.
localhost:8082/customerCountDto?address=nNifuwmFZr7fnV1zvmpiyQDV5z7ETWvqR6GSeqeHTY43