OmniAPI

General notes

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.

API detail

/v2/address/addr/

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
Status200
Content-Encodinggzip
Content-Typeapplication/json
DateThu, 05 Jul 2018 18:26:31 GMT
{
    "6kZPvf2s2AeLMnwXUUcHA1ZgCPVtDwsNtN": {
        "balance": [
            {
                "pendingpos": "231154059052026",
                "reserved": "0",
                "divisible": true,
                "symbol": "SP31",
                "value": "81672408571806609",
                "frozen": "0",
                "pendingneg": "-16422699999141",
                "id": "31"
            },
            {
                "pendingpos": "0",
                "divisible": true,
                "symbol": "FTC",
                "value": "860484222",
                "pendingneg": "0",
                "error": false,
                "id": 0
            }
        ]
    },
    "6xBDCUuzDyxhUeoKaznCPXdr93Qd1RHVpC": {
        "balance": [
            {
                "pendingpos": "0",
                "reserved": "0",
                "divisible": true,
                "symbol": "SP31",
                "value": "12587438660387443",
                "frozen": "0",
                "pendingneg": "0",
                "id": "31"
            },
            {
                "pendingpos": "0",
                "divisible": true,
                "symbol": "FTC",
                "value": "8916129408",
                "pendingneg": "0",
                "error": false,
                "id": 0
            }
        ]
    }
}

/v1/address/addr/

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
Status200
Content-Encodinggzip
Content-Typeapplication/json
{
    "balance": [
        {
            "divisible": false,
            "frozen": "0",
            "id": "2147483652",
            "pendingneg": "0",
            "pendingpos": "0",
            "reserved": "0",
            "symbol": "SP2147483652",
            "value": "71"
        },
        {
            "divisible": true,
            "error": false,
            "errormsg": null,
            "id": "0",
            "pendingneg": "0",
            "pendingpos": "0",
            "symbol": "FTC",
            "value": "24584783678"
        }
    ]
}

/v1/address/addr/details/

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
Status200
Content-Encodinggzip
Content-Typeapplication/json
{
    "address": "34sGcLqfNK83RHdNPiVjkbxRHgNPSD7kzT",
    "balance": [
        {
            "divisible": false,
            "frozen": "0",
            "id": "2147483652",
            "pendingneg": "0",
            "pendingpos": "0",
            "reserved": "0",
            "symbol": "SP2147483652",
            "value": "71"
        },
        {
            "divisible": true,
            "error": false,
            "errormsg": null,
            "id": "0",
            "pendingneg": "0",
            "pendingpos": "0",
            "symbol": "FTC",
            "value": "24584783678"
        }
    ],
    "pages": 3,
    "transactions": [
        {
            "amount": "21",
            "block": 3641273,
            "blockhash": "99f488d267421ba2791237f32519c3107077661076932de9f72473d8db772c13",
            "blocktime": 1619378074,
            "confirmations": 10486,
            "divisible": false,
            "fee": "0.00394472",
            "flags": null,
            "ismine": false,
            "positioninblock": 1,
            "propertyid": 10,
            "propertyname": "Beer Tokens",
            "referenceaddress": "34sGcLqfNK83RHdNPiVjkbxRHgNPSD7kzT",
            "sendingaddress": "34sGcLqfNK83RHdNPiVjkbxRHgNPSD7kzT",
            "txid": "b6adfc65f6887bea6274e69933545a06dc6688e34d9d4e36ff3875e0578b9a16",
            "type": "DEx Accept Offer",
            "type_int": 22,
            "valid": true,
            "version": 0
        },
        {
            "additional records": "..."
        }
    ]
}

/v1/decode/

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
Status200
Content-Encodinggzip
Content-Typeapplication/json

{
    "FTC": {
        "hash": "d4cc70a4fe4bd1e13b3fcd05db44ac000f31f1da0b31e0afa8f46cd3ed5218a5",
        "locktime": 3572929,
        "size": 280,
        "txid": "14b440f5c146d179939119eb6ce64593efddf9074f3bb455e53d6406377ccff0",
        "version": 2,
        "vin": [
            {
                "scriptSig": {
                    "asm": "00149bc50cf78ea3a1211295f903ea101ea5f225914c",
                    "hex": "1600149bc50cf78ea3a1211295f903ea101ea5f225914c"
                },
                "sequence": 4294967294,
                "txid": "37008319d06ae44b4b59dc44bc121be8b3050f7e17d95c80df6801d28a1aa3db",
                "txinwitness": [
                    "3044022030addb67cc52142ec7e9bf5003aa2a546979ec3caea704ce050b15587aebbb460220154343c9513f2e6fb1736c42961ed55f3f3bcf27bba6516cb0173daf3f0b038601",
                    "03edd48602aba91e3b762f5d07955fe329bfb20a75df03ff304728589beb4991c1"
                ],
                "vout": 3
            }
        ],
        "vout": [
            {
                "n": 0,
                "scriptPubKey": {
                    "addresses": [
                        "3NqZg44HNtmmcDggd8wyVxmUZo2Vv9Fqvk"
                    ],
                    "asm": "OP_HASH160 e7f8790d510345c8f5e5733e051432b22542e956 OP_EQUAL",
                    "hex": "a914e7f8790d510345c8f5e5733e051432b22542e95687",
                    "reqSigs": 1,
                    "type": "scripthash"
                },
                "value": 4.78584395
            },
            {
                "n": 1,
                "scriptPubKey": {
                    "asm": "OP_RETURN 6f6d6e6900000000000000060000000005f5e100",
                    "hex": "6a146f6d6e6900000000000000060000000005f5e100",
                    "type": "nulldata"
                },
                "value": 0
            },
            {
                "n": 2,
                "scriptPubKey": {
                    "addresses": [
                        "6kkYNUiQFDbYoj7Pr8wc9oqJ1TjDNtxy77"
                    ],
                    "asm": "OP_DUP OP_HASH160 4cfdf57ef8bcdaea9549ea18640085ec94d9b030 OP_EQUALVERIFY OP_CHECKSIG",
                    "hex": "76a9144cfdf57ef8bcdaea9549ea18640085ec94d9b03088ac",
                    "reqSigs": 1,
                    "type": "pubkeyhash"
                },
                "value": 0.00000546
            }
        ],
        "vsize": 199,
        "weight": 793
    },
    "OMNI": {
        "amount": "1.00000000",
        "confirmations": 0,
        "divisible": true,
        "fee": "0.00398000",
        "ismine": false,
        "propertyid": 6,
        "referenceaddress": "6kkYNUiQFDbYoj7Pr8wc9oqJ1TjDNtxy77",
        "sendingaddress": "3NqZg44HNtmmcDggd8wyVxmUZo2Vv9Fqvk",
        "txid": "14b440f5c146d179939119eb6ce64593efddf9074f3bb455e53d6406377ccff0",
        "type": "Simple Send",
        "type_int": 0,
        "version": 0
    },
    "Reference": "6kkYNUiQFDbYoj7Pr8wc9oqJ1TjDNtxy77",
    "Sender": "3NqZg44HNtmmcDggd8wyVxmUZo2Vv9Fqvk",
    "error": "None",
    "inputs": {
        "3NqZg44HNtmmcDggd8wyVxmUZo2Vv9Fqvk": 478982941
    }
}

/v1/omnidex/designatingcurrencies

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
Status200
Content-Encodinggzip
Content-Typeapplication/json
{
    "currencies": [
        {
            "displayname": "Feather #1",
            "propertyid": 3,
            "propertyname": "Feather"
        },
        {
            "additional records": "..."
        }
    ],
    "status": 200
}

/v1/properties/gethistory/

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
Status200
Content-Encodinggzip
Content-Typeapplication/json

{
    "pages": 0,
    "total": 1,
    "transactions": [
        {
            "amount": "100000",
            "block": 3588991,
            "blockhash": "e92dc699faf3db8e3a94dfca49ebbd8fe7eaeef2f6e671ddebc11de16b7365ac",
            "blocktime": 1616101791,
            "category": "",
            "confirmations": 62800,
            "data": "I O U Beer Tokens",
            "divisible": false,
            "ecosystem": "main",
            "fee": "0.00726050",
            "ismine": false,
            "positioninblock": 1,
            "propertyid": 10,
            "propertyname": "Beer Tokens",
            "propertytype": "indivisible",
            "sendingaddress": "3GbFbGNvZSPMVKNranhRQEaRvWQLgpcfcQ",
            "subcategory": "",
            "txid": "a019d1d1bc8701d72a3b08467eb949a1f4b1998e67f8d4fd6b39af032dcb931a",
            "type": "Create Property - Fixed",
            "type_int": 50,
            "url": "http://reganhimself.com/beertokens",
            "valid": true,
            "version": 0
        }
    ]
}

/v1/properties/listbyowner

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
Status200
Content-Encodinggzip
Content-Typeapplication/json

{
    "properties": [
        {
            "amount": "100000",
            "block": 3588991,
            "blockhash": "e92dc699faf3db8e3a94dfca49ebbd8fe7eaeef2f6e671ddebc11de16b7365ac",
            "blocktime": 1616101791,
            "category": "",
            "confirmations": 62648,
            "creationtxid": "a019d1d1bc8701d72a3b08467eb949a1f4b1998e67f8d4fd6b39af032dcb931a",
            "data": "I O U Beer Tokens",
            "divisible": false,
            "ecosystem": "main",
            "fee": "0.00726050",
            "fixedissuance": true,
            "ismine": false,
            "issuer": "3GbFbGNvZSPMVKNranhRQEaRvWQLgpcfcQ",
            "managedissuance": false,
            "name": "Beer Tokens",
            "non-fungibletoken": false,
            "positioninblock": 1,
            "propertyid": 10,
            "propertyname": "Beer Tokens",
            "propertytype": "indivisible",
            "sendingaddress": "3GbFbGNvZSPMVKNranhRQEaRvWQLgpcfcQ",
            "subcategory": "",
            "totaltokens": "100000",
            "txid": "a019d1d1bc8701d72a3b08467eb949a1f4b1998e67f8d4fd6b39af032dcb931a",
            "type": "Create Property - Fixed",
            "type_int": 50,
            "url": "http://reganhimself.com/beertokens",
            "valid": true,
            "version": 0
        }
    ],
    "status": "OK"
}

/v1/properties/listactivecrowdsales

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
Status200
Content-Encodinggzip
Content-Typeapplication/json
{
    "crowdsales": [
        {
            "active": true,
            "amountraised": "300000000",
            "category": "Proof of Stake",
            "creationtxid": "b01d1594a7e2083ebcd428706045df003f290c4dc7bd6d77c93df9fcca68232f",
            "data": "Introducing ProzCoin which utilizes the new Proof of Action algorithm.  PoA pays users for article submission, moderating forums, interaction and participation.  PoA adjusts to pay out higher rates for higher quality content based on user ratings.",
            "deadline": 1406967060000,
            "divisible": true,
            "earlybonus": 0,
            "fixedissuance": false,
            "issuer": "6kZPvf2s2AeLMnwXUUcHA1ZgCPVtDwsNtN",
            "name": "ProzCoin",
            "percenttoissuer": 100,
            "propertyid": 28,
            "propertyiddesired": 24,
            "propertyiddesiredname": "BitStrapAccessToken",
            "starttime": 1406925999,
            "subcategory": "Proof of Action",
            "tokensissued": "600000000.00000000",
            "tokensperunit": "100000000.00000000",
            "totaltokens": "600000000.00000000",
            "url": "http://Coinproz.com/Coinpage.html?alt=proz"
        },
        {
            "additional records": "..."
        }
    ],
    "status": "OK"
}

/v1/properties/listbyecosystem

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
Status200
Content-Encodinggzip
Content-Typeapplication/json
{
    "properties": [
        {
            "category": "",
            "creationtxid": "a019d1d1bc8701d72a3b08467eb949a1f4b1998e67f8d4fd6b39af032dcb931a",
            "data": "I O U Beer Tokens",
            "divisible": false,
            "fixedissuance": true,
            "issuer": "3GbFbGNvZSPMVKNranhRQEaRvWQLgpcfcQ",
            "managedissuance": false,
            "name": "Beer Tokens",
            "non-fungibletoken": false,
            "propertyid": 10,
            "subcategory": "",
            "totaltokens": "100000",
            "url": "http://reganhimself.com/beertokens"
        },
        {
            "additional records": "..."
        }
    ],
    "status": "OK"
}

/v1/properties/list

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
Status200
Content-Encodinggzip
Content-Typeapplication/json
{
   "properties": [
        {
            "category": "People",
            "creationtxid": "f9feff6fbeeb99a9a1b4389b10a5e6f6cb7ba22d9fe9d7e9744026e742bd49e3",
            "data": "Alexander Tolstoy",
            "divisible": false,
            "fixedissuance": true,
            "issuer": "3J6SW6bhvrsM6EcYvLE7zu83dWWCGvivC7",
            "managedissuance": false,
            "name": "ALEX.TOLSTOY",
            "non-fungibletoken": false,
            "propertyid": 5,
            "subcategory": "",
            "totaltokens": "6",
            "url": ""
        },
        {
            "category": "",
            "creationtxid": "a019d1d1bc8701d72a3b08467eb949a1f4b1998e67f8d4fd6b39af032dcb931a",
            "data": "I O U Beer Tokens",
            "divisible": false,
            "fixedissuance": true,
            "issuer": "3GbFbGNvZSPMVKNranhRQEaRvWQLgpcfcQ",
            "managedissuance": false,
            "name": "Beer Tokens",
            "non-fungibletoken": false,
            "propertyid": 10,
            "subcategory": "",
            "totaltokens": "100000",
            "url": "http://reganhimself.com/beertokens"
        },
        {
            "additional records": "..."
        }
    ],
    "status": "OK"
}

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
Status200
Content-Encodinggzip
Content-Typeapplication/json
{
    "data": {
        "address": {},
        "asset": [
            [
                10,
                "Beer Tokens",
                "3GbFbGNvZSPMVKNranhRQEaRvWQLgpcfcQ"
            ]
        ],
        "tx": {}
    },
    "query": "3",
    "status": 200
}

/v1/transaction/address

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
Status200
Content-Encodinggzip
Content-Typeapplication/json
{
    "address": "34sGcLqfNK83RHdNPiVjkbxRHgNPSD7kzT",
    "pages": 3,
    "transactions": [
        {
            "amount": 1,
            "block": 3648817,
            "blockhash": "ace10495c28c237b07b0d46bb3a76e13746796079a4bbf70f7926181e4cfbed9",
            "blocktime": 1619850612,
            "confirmations": 2985,
            "fee": "0.00410000",
            "ismine": false,
            "positioninblock": 8,
            "propertyid": 15,
            "referenceaddress": "3GbFbGNvZSPMVKNranhRQEaRvWQLgpcfcQ",
            "sendingaddress": "34sGcLqfNK83RHdNPiVjkbxRHgNPSD7kzT",
            "tokenend": 10,
            "tokenstart": 10,
            "txid": "f40981336f0f65443e0d8015f99034df4583b874a921629e4d743a7d403422e3",
            "type": "Unique Send",
            "type_int": 5,
            "valid": true,
            "version": 0
        },
        {
            "additional records": "..."
        }
    ]
}

/v1/transaction/pushtx/

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
Status200
Content-Encodinggzip
Content-Typeapplication/json
{
    "status": "OK",
    "pushed": "Success",
    "tx": "382354c3c0907a0d989f2f5dd7cba930f2a3934123fef8b8c8c05f05caacd822"
}

/v1/transaction/tx/

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
Status200
Content-Encodinggzip
Content-Typeapplication/json

{
    "amount": "1.00000000",
    "block": 3572930,
    "blockhash": "7db39faab0231caa69d81efc850e21c4c0719bd8373a1881e5e09d490067fdf4",
    "blocktime": 1615097662,
    "confirmations": 78990,
    "divisible": true,
    "fee": "0.00398000",
    "flags": null,
    "ismine": false,
    "positioninblock": 2,
    "propertyid": 6,
    "propertyname": "Omniglobal",
    "referenceaddress": "6kkYNUiQFDbYoj7Pr8wc9oqJ1TjDNtxy77",
    "sendingaddress": "3NqZg44HNtmmcDggd8wyVxmUZo2Vv9Fqvk",
    "txid": "14b440f5c146d179939119eb6ce64593efddf9074f3bb455e53d6406377ccff0",
    "type": "Simple Send",
    "type_int": 0,
    "valid": true,
    "version": 0
}