This repository has been archived by the owner on May 26, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
API Version 1
Owen Voke edited this page Apr 8, 2019
·
4 revisions
๐ Retrieve a list of accounts:
GET /1/accounts
Retrieve a single account:
GET /1/accounts/{address}
๐ Retrieve a list of aliases:
GET /1/aliases
Retrieve a single account by its alias:
GET /1/alias/{alias}
๐ Retrieve a list of blocks:
GET /1/blocks
Retrieve a single block:
GET /1/blocks/{block_id}
Retrieve details about the faucet account:
GET /1/faucet
Retrieve details including the outgoing transactions:
GET /1/faucet?withTransactions=true
Retrieve the faucet accounts balance:
GET /1/faucet/balance
๐ Retrieve a list of masternodes:
GET /1/masternodes
Retrieve a single masternode:
GET /1/masternodes/{public_key}
๐ Retrieve a list of mempools:
GET /1/mempools
Retrieve a single mempool transaction:
GET /1/mempools/{transaction_id}
๐ Retrieve a list of transactions:
GET /1/transactions
Retrieve a single transaction:
GET /1/transactions/{transaction_id}