Get information data of specific RVO contract. Balances, transactions, list. Call data and inspect arrays.
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 contentsGet information data of specific RVO contract. Balances, transactions, list. Call data and inspect arrays.
Contract Information[GET] Request | (JSON) Response |
/contract/:contract | Returns contract basic informations. Exampleshttps://api.beta.revo.network/contract/99d8138...ee51e19b/ |
[GET] Request | (JSON) Response |
contract/:contract/txs | Returns contract transactions. Accepts pagination parameters and block/timestamp filter parameters. Can be reversed. Exampleshttps://api.beta.revo.network/contract/a1362740...83c31762/txs |
[GET] Request | (JSON) Response |
contract/:contract/basic-txs | Returns list of transactions the contract is called. Accepts pagination parameters and block/timestamp filter parameters. Can be reversed. Exampleshttps://api.beta.revo.network/contract/a1362740...83c31762/basic-txs |
[GET] Request | (JSON) Response |
/contract/:contract/call | Request shall be performed using data parameter. Sender string is optional. Data should be hexadecimal Exampleshttps://api.beta.revo.network/contract/99d813...51e19b/call?data=e21f37ce |
[GET] Request | (JSON) Response |
/searchlogs | Can be used to search latest 100 blockchain logs on transactions. Accepts pagination parameters and block/timestamp filter parameters. Contract filter on each log topic available Exampleshttps://api.beta.revo.network/searchlogs?=contract=f02a85...439a6e1 |