GET /en/api/v1/orders/OIWTDB/?format=api&utm_source=website
HTTP 200 OK
Allow: GET, PATCH
Cache-Control: max-age=0, no-cache, no-store, must-revalidate, private
Content-Type: application/json
Expires: Wed, 24 Apr 2024 01:08:35 GMT
Vary: Accept

{
    "order_type": 1,
    "amount_base": "0.129735680000000000",
    "is_default_rule": false,
    "unique_reference": "OIWTDB",
    "amount_quote": "1.855660940000000000",
    "pair": {
        "name": "BTCETH",
        "base": {
            "code": "BTC",
            "name": "bitcoin",
            "min_confirmations": 1,
            "is_crypto": true,
            "minimal_amount": "0.00200000",
            "maximal_amount": "10.00000000",
            "contract_address": null,
            "is_base_of_enabled_pair": true,
            "is_quote_of_enabled_pair": true,
            "has_enabled_pairs": true,
            "is_base_of_enabled_pair_for_test": true,
            "is_quote_of_enabled_pair_for_test": true,
            "has_enabled_pairs_for_test": true,
            "withdrawal_fee": "0.00038160",
            "extra_id": null,
            "network": {
                "name": "BTC"
            },
            "decimals": 8
        },
        "quote": {
            "code": "ETH",
            "name": "ethereum",
            "min_confirmations": 12,
            "is_crypto": true,
            "minimal_amount": "0.03500000",
            "maximal_amount": "27.68144695",
            "contract_address": null,
            "is_base_of_enabled_pair": true,
            "is_quote_of_enabled_pair": true,
            "has_enabled_pairs": true,
            "is_base_of_enabled_pair_for_test": true,
            "is_quote_of_enabled_pair_for_test": true,
            "has_enabled_pairs_for_test": true,
            "withdrawal_fee": "0.00020456",
            "extra_id": null,
            "network": {
                "name": "ETH"
            },
            "decimals": 18
        },
        "fee_ask": 0.028,
        "fee_bid": 0.028
    },
    "withdraw_address": {
        "type": "W",
        "name": "",
        "address": "bc1qlpuf4vu8ss5p7tpyqnttdfcpkj0vn3340dqavp",
        "currency_code": "BTC",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "refund_address": null,
    "user_marked_as_paid": false,
    "deposit_address": {
        "type": "D",
        "name": "",
        "address": "0xE80781D71fa8f7862B584082B01414EF345f8a7f",
        "currency_code": "ETH",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "created_on": "2021-09-14T23:58:41.462078Z",
    "from_default_rule": false,
    "payment_window": 15,
    "payment_deadline": "2021-09-15T00:13:41.462078Z",
    "kyc_deadline": null,
    "status_name": [
        [
            16,
            "COMPLETED"
        ]
    ],
    "transactions": [
        {
            "created_on": "2021-09-15T00:03:26.964262Z",
            "modified_on": "2021-09-15T00:10:37.703980Z",
            "type": "W",
            "address_to": 241351,
            "tx_id": "d91d64b647365602b58375d7791061d7fc7748ccb678a29a2754a5cb9874087a",
            "confirmations": 1,
            "amount": "0.129735680000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2021-09-15T00:03:26.963637Z",
            "currency": "BTC"
        },
        {
            "created_on": "2021-09-15T00:00:24.932206Z",
            "modified_on": "2021-09-15T00:03:23.958115Z",
            "type": "D",
            "address_to": 241352,
            "tx_id": "0x51abaaae051abfd5ec66203950dd7f95cbe601b9d19ff536b992fe6c13db7ab9",
            "confirmations": 13,
            "amount": "1.855660940000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2021-09-15T00:00:24.931749Z",
            "currency": "ETH"
        }
    ],
    "referral_code": [
        {
            "code": "RAAINBTRFHI",
            "created_on": "2021-09-14T23:58:41.335396Z",
            "modified_on": "2021-09-14T23:58:41.335416Z"
        }
    ],
    "withdrawal_fee": 0.0003816,
    "withdrawal_fee_quote": 0.005458176318096,
    "user_provided_amount": 0,
    "amount_usd": 0.0,
    "amount_btc": 0.0898325461054,
    "amount_eur": 0.0,
    "amount_quote_fee": 0.0,
    "payment_url": null,
    "display_refund_address": false,
    "price": {
        "rate": 13.752358595,
        "rate_usd": 13.752358595,
        "rate_btc": 13.752358595,
        "rate_eur": 13.752358595
    }
}