Documentation Version: 1.0
All calls herewithin may be queried against this domain as documented and will provide responses similiar to the examples.
All users are requested to practice proper coding techniques to prevent abusive hammering of this api. We recommend a minimum wait time of 5-10 seconds between repeat calls to prevent triggering the api rate limiter. When triggered the system will respond with an error message of {‘error’:True, ‘msg’:‘Rate Limit Reached. Please limit consecutive requests to no more than “limit” every “time frame in seconds”.’} and subsequent calls will be banned for up to one minute. Repetitive abuse of the system can lead to a permanent ban so please play fairly.
Standard Disclaimer: This api and the information within is provided “as-is” and without any warranty of the item whatsoever, whether express, implied, or statutory, including, but not limited to, any warranty of merchantability or fitness for a particular purpose or any warranty that the contents of the item will be error-free. The api is provided for reference queries and educational purposes. Use for a high availability production environment is not recommend and instead we recommend the integration of the native Omnicore client on your platform.
Returns the balance information for multiple addresses
curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -H "Content-Type: application/x-www-form-urlencoded" -d "addr=1FoWyxwPXuj4C6abqwhjDWdz6D4PZgYRjA&addr=1KYiKJEfdJtap9QX2v9BXJMpz2SfU4pgZw" "https://api.omniwallet.org/v2/address/addr/"
POST /v2/address/addr/ HTTP/1.1
Host: api.omniwallet.org
Content-Type: application/x-www-form-urlencoded
Content-Type: application/x-www-form-urlencoded
addr=1FoWyxwPXuj4C6abqwhjDWdz6D4PZgYRjA&addr=1KYiKJEfdJtap9QX2v9BXJMpz2SfU4pgZw
Status | 200 |
---|---|
Content-Encoding | gzip |
Content-Type | application/json |
Date | Thu, 05 Jul 2018 18:26:31 GMT |
|
Returns the balance information for a given address. For multiple addresses in a single query use the v2 endpoint
curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -H "Content-Type: application/x-www-form-urlencoded" -d "addr=LTceXoduS2cetpWJSe47M25i5oKjEccN1h" "https://api.omniexplorer.info/v1/address/addr/"
POST /v1/address/addr/ HTTP/1.1
Host: api.omniexplorer.info
Content-Type: application/x-www-form-urlencoded
Content-Type: application/x-www-form-urlencoded
addr=LTceXoduS2cetpWJSe47M25i5oKjEccN1h
Status | 200 |
---|---|
Content-Encoding | gzip |
Content-Type | application/json |
|
Returns the balance information and transaction history list for a given address
curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -H "Content-Type: application/x-www-form-urlencoded" -d "addr=LTceXoduS2cetpWJSe47M25i5oKjEccN1h" "https://api.omniexplorer.info/v1/address/addr/details/"
POST /v1/address/addr/details/ HTTP/1.1
Host: api.omniexplorer.info
Content-Type: application/x-www-form-urlencoded
Content-Type: application/x-www-form-urlencoded
addr=LTceXoduS2cetpWJSe47M25i5oKjEccN1h
Status | 200 |
---|---|
Content-Encoding | gzip |
Content-Type | application/json |
|
Decodes raw hex returning Omni and Litecoin transaction information
curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -H "Content-Type: application/x-www-form-urlencoded" -d "hex=0100000001b8442ba55406897a5c5751d3b4bb841d1686dbf43de16e1f4d581a2274eecd8e000000006b483045022100ac16e6e938d1353440b88d41e7de9e7ef3d232fb8db04ed639885596d0f8df260220297fc6fb9d39d9042b859b07dd78b634827f8d541213c16c0d68b40b60739372012103124d5b2ba19187be886e4bfa4c5c66cbdac7c6249825ff4fa3c7e05479a08823feffffff030000000000000000166a146f6d6e69000000000000001f000000003b02338075910700000000001976a914025d87dd0602bd86308b354e038f82ba1e9fe94688ac22020000000000001976a91488d924f51033b74a895863a5fb57fd545529df7d88acf9eb0700" "https://api.omniexplorer.info/v1/decode/"
POST /v1/decode/ HTTP/1.1
Host: api.omniexplorer.info
Content-Type: application/x-www-form-urlencoded
Content-Type: application/x-www-form-urlencoded
hex=0100000001b8442ba55406897a5c5751d3b4bb841d1686dbf43de16e1f4d581a2274eecd8e000000006b483045022100ac16e6e938d1353440b88d41e7de9e7ef3d232fb8db04ed639885596d0f8df260220297fc6fb9d39d9042b859b07dd78b634827f8d541213c16c0d68b40b60739372012103124d5b2ba19187be886e4bfa4c5c66cbdac7c6249825ff4fa3c7e05479a08823feffffff030000000000000000166a146f6d6e69000000000000001f000000003b02338075910700000000001976a914025d87dd0602bd86308b354e038f82ba1e9fe94688ac22020000000000001976a91488d924f51033b74a895863a5fb57fd545529df7d88acf9eb0700
Status | 200 |
---|---|
Content-Encoding | gzip |
Content-Type | application/json |
|
Return a list of currently active/available base currencies the omnidex has open orders against. Data: ecosystem : 1 for main / production ecosystem or 2 for test/development ecosystem
curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -H "Content-Type: application/x-www-form-urlencoded" -d "ecosystem=1" "https://api.omniexplorer.info/v1/omnidex/designatingcurrencies"
POST /v1/omnidex/designatingcurrencies HTTP/1.1
Host: api.omniexplorer.info
Content-Type: application/x-www-form-urlencoded
Content-Type: application/x-www-form-urlencoded
ecosystem=1
Status | 200 |
---|---|
Content-Encoding | gzip |
Content-Type | application/json |
|
Returns list of transactions (up to 10 per page) relevant to queried Property ID. Returned transaction types include: Creation Tx, Change issuer txs, Grant Txs, Revoke Txs, Crowdsale Participation Txs, Close Crowdsale earlier tx
curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -H "Content-Type: application/x-www-form-urlencoded" -d "page=0" "https://api.omniexplorer.info/v1/properties/gethistory/3"
POST /v1/properties/gethistory/3 HTTP/1.1
Host: api.omniexplorer.info
Content-Type: application/x-www-form-urlencoded
Content-Type: application/x-www-form-urlencoded
page=0
Status | 200 |
---|---|
Content-Encoding | gzip |
Content-Type | application/json |
|
Return list of properties created by a queried address.
curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -H "Content-Type: application/x-www-form-urlencoded" -d "addresses=1ARjWDkZ7kT9fwjPrjcQyvbXDkEySzKHwu" "https://api.omniexplorer.info/v1/properties/listbyowner"
POST /v1/properties/listbyowner HTTP/1.1
Host: api.omniexplorer.info
Content-Type: application/x-www-form-urlencoded
Content-Type: application/x-www-form-urlencoded
addresses=1ARjWDkZ7kT9fwjPrjcQyvbXDkEySzKHwu
Status | 200 |
---|---|
Content-Encoding | gzip |
Content-Type | application/json |
|
Returns list of currently active crowdsales. Data: ecosystem : 1 for production/main ecosystem. 2 for test/dev ecosystem
curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -H "Content-Type: application/x-www-form-urlencoded" -d "ecosystem=1" "https://api.omniexplorer.info/v1/properties/listactivecrowdsales"
POST /v1/properties/listactivecrowdsales HTTP/1.1
Host: api.omniexplorer.info
Content-Type: application/x-www-form-urlencoded
Content-Type: application/x-www-form-urlencoded
ecosystem=1
Status | 200 |
---|---|
Content-Encoding | gzip |
Content-Type | application/json |
|
returns list of created properties filtered by ecosystem. Data: ecosystem : 1 for production/main ecosystem. 2 for test/dev ecosystem
curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -H "Content-Type: application/x-www-form-urlencoded" -d "ecosystem=1" "https://api.omniexplorer.info/v1/properties/listbyecosystem"
POST /v1/properties/listbyecosystem HTTP/1.1
Host: api.omniexplorer.info
Content-Type: application/x-www-form-urlencoded
Content-Type: application/x-www-form-urlencoded
ecosystem=1
Status | 200 |
---|---|
Content-Encoding | gzip |
Content-Type | application/json |
|
Returns list of all created properties.
curl -X GET -H "Content-Type: application/x-www-form-urlencoded" "https://api.omniexplorer.info/v1/properties/list"
GET /v1/properties/list HTTP/1.1
Host: api.omniexplorer.info
Content-Type: application/x-www-form-urlencoded
Status | 200 |
---|---|
Content-Encoding | gzip |
Content-Type | application/json |
|
Search by transaction id, address or property id. Data: query : text string of either Transaction ID, Address, or property id to search for
curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -H "Content-Type: application/x-www-form-urlencoded" -d "query=3" "https://api.omniexplorer.info/v1/search"
POST /v1/search HTTP/1.1
Host: api.omniexplorer.info
Content-Type: application/x-www-form-urlencoded
Content-Type: application/x-www-form-urlencoded
query=3
Status | 200 |
---|---|
Content-Encoding | gzip |
Content-Type | application/json |
|
Returns list of transactions for queried address. Data: addr : address to query page : cycle through available response pages (10 txs per page)
curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -H "Content-Type: application/x-www-form-urlencoded" -d "addr=LTceXoduS2cetpWJSe47M25i5oKjEccN1h&page=0" "https://api.omniexplorer.info/v1/transaction/address"
POST /v1/transaction/address HTTP/1.1
Host: api.omniexplorer.info
Content-Type: application/x-www-form-urlencoded
Content-Type: application/x-www-form-urlencoded
addr=LTceXoduS2cetpWJSe47M25i5oKjEccN1h&page=0
Status | 200 |
---|---|
Content-Encoding | gzip |
Content-Type | application/json |
|
Broadcast a signed transaction to the network. Data: signedTransaction : signed hex to broadcast
curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -H "Content-Type: application/x-www-form-urlencoded" -d "signedTransaction=01000000010b7ad3946c6fcd15d39fd4312c4f8dfd68c51a61071c2575cfb0722c4403eef1000000008a47304402206fe4eabf81cc4c6c3cee3dedc6ea9be46bb685c1b61da577bb9aead8188b80b702201404284c52ad2e857bd3931fb0e1646575d1e72c93b2cdcd80a7e0c7bee1c191014104ad90e5b6bc86b3ec7fac2c5fbda7423fc8ef0d58df594c773fa05e2c281b2bfe877677c668bd13603944e34f4818ee03cadd81a88542b8b4d5431264180e2c28ffffffff0470170000000000001976a9143b0000000000000001000000009d828d9600000088ac70170000000000001976a9143c791cc99255509d85788e2bf0e0f6e8b389b3cf88ac40355d5f000000001976a914946cb2e08075bcbaf157e47bcb67eb2b2339d24288ac70170000000000001976a914946cb2e08075bcbaf157e47bcb67eb2b2339d24288ac00000000" "https://api.omniexplorer.info/v1/transaction/pushtx/"
POST /v1/transaction/pushtx/ HTTP/1.1
Host: api.omniexplorer.info
Content-Type: application/x-www-form-urlencoded
Content-Type: application/x-www-form-urlencoded
signedTransaction=01000000010b7ad3946c6fcd15d39fd4312c4f8dfd68c51a61071c2575cfb0722c4403eef1000000008a47304402206fe4eabf81cc4c6c3cee3dedc6ea9be46bb685c1b61da577bb9aead8188b80b702201404284c52ad2e857bd3931fb0e1646575d1e72c93b2cdcd80a7e0c7bee1c191014104ad90e5b6bc86b3ec7fac2c5fbda7423fc8ef0d58df594c773fa05e2c281b2bfe877677c668bd13603944e34f4818ee03cadd81a88542b8b4d5431264180e2c28ffffffff0470170000000000001976a9143b0000000000000001000000009d828d9600000088ac70170000000000001976a9143c791cc99255509d85788e2bf0e0f6e8b389b3cf88ac40355d5f000000001976a914946cb2e08075bcbaf157e47bcb67eb2b2339d24288ac70170000000000001976a914946cb2e08075bcbaf157e47bcb67eb2b2339d24288ac00000000
Status | 200 |
---|---|
Content-Encoding | gzip |
Content-Type | application/json |
|
Returns transaction details of a queried transaction hash.
curl -X GET -H "Content-Type: application/x-www-form-urlencoded" "https://api.omniexplorer.info/v1/transaction/tx/e0e3749f4855c341b5139cdcbb4c6b492fcc09c49021b8b15462872b4ba69d1b"
GET /v1/transaction/tx/e0e3749f4855c341b5139cdcbb4c6b492fcc09c49021b8b15462872b4ba69d1b HTTP/1.1
Host: api.omniexplorer.info
Content-Type: application/x-www-form-urlencoded
Status | 200 |
---|---|
Content-Encoding | gzip |
Content-Type | application/json |
|