Thanks for visiting the new OmniChest.info explorer for the Omni Protocol!  Please report any bugs, errors or ommissions via the link at the top of the page.
Looking for the OmniCore API (RPC) documentation? It's here on github.

OmniChest.info API

OmniChest.info provies an API via HTTP to query various information.  Some examples of usage are below.  If you would like to request an API call that is not listed here, please use the report bug function to let us know.
*Please note: requests are not rate limited at this time; please use this service responsibly and we won't need to turn rate-limiting on. Thanks

To request an address available balance for property ID 1:
http://omnichest.info/requeststat.aspx?stat=balance&prop=1&address=1BitcoinAddress
To request an address reserved balance for property ID 2:
http://omnichest.info/requeststat.aspx?stat=reservedbalance&prop=2&address=1BitcoinAddress
To request the name of property ID 34:
http://omnichest.info/requeststat.aspx?stat=propertyname&prop=34
To request the validity of a transaction:
http://omnichest.info/requeststat.aspx?stat=checkvalid&txid=1234567890transaction1234567890hash
To request the total number of tokens for property ID 31:
http://omnichest.info/requeststat.aspx?stat=tokenstotal&prop=31
To request the total number of tokens transacted for property ID 31 in the last 24 hrs:
http://omnichest.info/requeststat.aspx?stat=tokenstransferred24hr&prop=31
To request the number of transactions on the Omni Protocol in the last 24 hrs:
http://omnichest.info/requeststat.aspx?stat=txcount24hr
To request the number of transactions for property ID 3 in the last 24 hrs:
http://omnichest.info/requeststat.aspx?stat=txcount24hr&prop=3