Get information data of ERC721 contracts.
Data is served over secure socket layer, avoiding any kind of issue with CORS policies. Online dataset is retrieved by single fully indexed Revo Core node istance powering current official block explorer.
Table of contentsDisplay data of confirmed blockchain blocks
Block info[GET] Request | (JSON) Response |
/block/:height /block/:hash |
Display block data informations based on a specific height or hash. A block contains multiple informations and data sets and returns transaction list confirmed inside the block itself. Exampleshttps://api.beta.revo.network/block/1000 https://api.beta.revo.network/block/00001b235848f8e1adfc5559f185bd47fe0e0d32f9f971ac1e77fa99dab146c0 |
Get information data of ERC721 contracts.
ERC721 list[GET] Request | (JSON) Response |
/erc20 | List all ERC721 tokens Exampleshttps://api.beta.revo.network/contract/erc721 |