Dora API Reference

This is version 2 of the Dora API

Terms of Service: https://neoscan.io/terms/
Contact: [email protected]
Version: 1.0.0

Paths

Get an asset record

GET /get_asset/{hash}
hash: object
in path

Hash of the asset to get

200 OK

Asset record

Get the list of assets

GET /get_assets/{page}

Get the list of assets by page number

page: object
in path

Numeric ID of the page to get

200 OK

List of assets

Get the balance of an address

GET /get_balance/{address}
address: object
in path

Address to get the balance of

200 OK

List of balances

Get a block record

GET /get_block/{hash}
hash: object
in path

Hash of the block to get

200 OK

Block record

Get the list of blocks

GET /get_blocks/{page}
page: object
in path

Numeric ID of the page to get

200 OK

List of block records

Get a contract record

GET /get_contract/{hash}
hash: object
in path

Hash of the contract to get

200 OK

Contract record

Get the list of contracts

GET /get_contracts/{page}
page: object
in path

Numeric ID of the page to get

200 OK

List of contract records

Get the currently indexed blockchain height

GET /get_height/
200 OK

Height of the last indexed block

Get the application log of a transaction

GET /get_log/{hash}
hash: object
in path

Hash of the transaction to get the log of

200 OK

Application log

Get statistics about the blockchain

GET /get_stats
200 OK

Stats record

Get the total count of transactions

GET /get_transaction_count
200 OK

Total transaction count

Get a transaction record

GET /get_transaction/{hash}
hash: object
in path

Hash of the transaction to get

200 OK

Transaction record

Get the list of transactions

GET /get_transactions/{page}
page: object
in path

Numeric ID of the page to get

200 OK

List of transaction records

Get the history of transfers for an address

GET /get_transfer_history/{address}/{page}
address: object
in path

Address to get the history of

page: object
in path

Numeric ID of the page to get

200 OK

List of transfers for address