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=6kZPvf2s2AeLMnwXUUcHA1ZgCPVtDwsNtN&addr=6xBDCUuzDyxhUeoKaznCPXdr93Qd1RHVpC" "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=6kZPvf2s2AeLMnwXUUcHA1ZgCPVtDwsNtN&addr=6xBDCUuzDyxhUeoKaznCPXdr93Qd1RHVpC
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=34sGcLqfNK83RHdNPiVjkbxRHgNPSD7kzT" "https://api.omnifeather.com/v1/address/addr/"
POST /v1/address/addr/ HTTP/1.1
Host: api.omnifeather.com
Content-Type: application/x-www-form-urlencoded
Content-Type: application/x-www-form-urlencoded
addr=34sGcLqfNK83RHdNPiVjkbxRHgNPSD7kzT
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=34sGcLqfNK83RHdNPiVjkbxRHgNPSD7kzT" "https://api.omnifeather.com/v1/address/addr/details/"
POST /v1/address/addr/details/ HTTP/1.1
Host: api.omnifeather.com
Content-Type: application/x-www-form-urlencoded
Content-Type: application/x-www-form-urlencoded
addr=34sGcLqfNK83RHdNPiVjkbxRHgNPSD7kzT
Status | 200 |
---|---|
Content-Encoding | gzip |
Content-Type | application/json |
|
Decodes raw hex returning Omni and Feathercoin transaction information
curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -H "Content-Type: application/x-www-form-urlencoded" -d "02000000000101dba31a8ad20168df805cd9177e0f05b3e81b12bc44dc594b4be46ad01983003703000000171600149bc50cf78ea3a1211295f903ea101ea5f225914cfeffffff034b9e861c0000000017a914e7f8790d510345c8f5e5733e051432b22542e956870000000000000000166a146f6d6e6900000000000000060000000005f5e10022020000000000001976a9144cfdf57ef8bcdaea9549ea18640085ec94d9b03088ac02473044022030addb67cc52142ec7e9bf5003aa2a546979ec3caea704ce050b15587aebbb460220154343c9513f2e6fb1736c42961ed55f3f3bcf27bba6516cb0173daf3f0b0386012103edd48602aba91e3b762f5d07955fe329bfb20a75df03ff304728589beb4991c1c1843600" "https://api.omnifeather.com/v1/decode/"
POST /v1/decode/ HTTP/1.1
Host: api.omnifeather.com
Content-Type: application/x-www-form-urlencoded
Content-Type: application/x-www-form-urlencoded
02000000000101dba31a8ad20168df805cd9177e0f05b3e81b12bc44dc594b4be46ad01983003703000000171600149bc50cf78ea3a1211295f903ea101ea5f225914cfeffffff034b9e861c0000000017a914e7f8790d510345c8f5e5733e051432b22542e956870000000000000000166a146f6d6e6900000000000000060000000005f5e10022020000000000001976a9144cfdf57ef8bcdaea9549ea18640085ec94d9b03088ac02473044022030addb67cc52142ec7e9bf5003aa2a546979ec3caea704ce050b15587aebbb460220154343c9513f2e6fb1736c42961ed55f3f3bcf27bba6516cb0173daf3f0b0386012103edd48602aba91e3b762f5d07955fe329bfb20a75df03ff304728589beb4991c1c1843600
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.omnifeather.com/v1/omnidex/designatingcurrencies"
POST /v1/omnidex/designatingcurrencies HTTP/1.1
Host: api.omnifeather.com
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.omnifeather.com/v1/properties/gethistory/10"
POST /v1/properties/gethistory/10 HTTP/1.1
Host: api.omnifeather.com
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=3GbFbGNvZSPMVKNranhRQEaRvWQLgpcfcQ" "https://api.omnifeather.com/v1/properties/listbyowner"
POST /v1/properties/listbyowner HTTP/1.1
Host: api.omnifeather.com
Content-Type: application/x-www-form-urlencoded
Content-Type: application/x-www-form-urlencoded
addresses=3GbFbGNvZSPMVKNranhRQEaRvWQLgpcfcQ
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.omnifeather.com/v1/properties/listactivecrowdsales"
POST /v1/properties/listactivecrowdsales HTTP/1.1
Host: api.omnifeather.com
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.omnifeather.com/v1/properties/listbyecosystem"
POST /v1/properties/listbyecosystem HTTP/1.1
Host: api.omnifeather.com
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.omnifeather.com/v1/properties/list"
GET /v1/properties/list HTTP/1.1
Host: api.omnifeather.com
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=Beer" "https://api.omnifeather.com/v1/search"
POST /v1/search HTTP/1.1
Host: api.omnifeather.com
Content-Type: application/x-www-form-urlencoded
Content-Type: application/x-www-form-urlencoded
query=Beer
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=34sGcLqfNK83RHdNPiVjkbxRHgNPSD7kzT&page=0" "https://api.omnifeather.com/v1/transaction/address"
POST /v1/transaction/address HTTP/1.1
Host: api.omnifeather.com
Content-Type: application/x-www-form-urlencoded
Content-Type: application/x-www-form-urlencoded
addr=34sGcLqfNK83RHdNPiVjkbxRHgNPSD7kzT&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=020000000001017d0a9d0b16542c8657ed195ccfb609a355870536cfeb62693c51370182eebcff020000001716001492ce4901aa985067d8b57fcec23c1599a4d4b4ebfeffffff0268a067836c00000017a91453238cd9bc97d2c2341feb646c6673a45a41cba68700e1f5050000000017a91422d8cbdfdcbd55be52147a17856d9325337338b18702473044022009a4c15f645e570062219e6f4e2472325bf5b587bd9afb41ba18791210b5651e02207c33a6165fcc2e4e02f370f0a68534bd47c299122f488c93b106d1fbfb9fbdaa0121032caedd956242574b9c34999d8ff469efecd135db0e23d9920478264a34518811d5b83700" "https://api.omnifeather.com/v1/transaction/pushtx/"
POST /v1/transaction/pushtx/ HTTP/1.1
Host: api.omnifeather.com
Content-Type: application/x-www-form-urlencoded
Content-Type: application/x-www-form-urlencoded
signedTransaction=020000000001017d0a9d0b16542c8657ed195ccfb609a355870536cfeb62693c51370182eebcff020000001716001492ce4901aa985067d8b57fcec23c1599a4d4b4ebfeffffff0268a067836c00000017a91453238cd9bc97d2c2341feb646c6673a45a41cba68700e1f5050000000017a91422d8cbdfdcbd55be52147a17856d9325337338b18702473044022009a4c15f645e570062219e6f4e2472325bf5b587bd9afb41ba18791210b5651e02207c33a6165fcc2e4e02f370f0a68534bd47c299122f488c93b106d1fbfb9fbdaa0121032caedd956242574b9c34999d8ff469efecd135db0e23d9920478264a34518811d5b83700
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.omnifeather.com/v1/transaction/tx/14b440f5c146d179939119eb6ce64593efddf9074f3bb455e53d6406377ccff0"
GET /v1/transaction/tx/14b440f5c146d179939119eb6ce64593efddf9074f3bb455e53d6406377ccff0 HTTP/1.1
Host: api.omnifeather.com
Content-Type: application/x-www-form-urlencoded
Status | 200 |
---|---|
Content-Encoding | gzip |
Content-Type | application/json |
|