GET /en/api/v1/orders/OQIMML/?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: Fri, 19 Apr 2024 19:16:42 GMT
Vary: Accept

{
    "order_type": 1,
    "amount_base": "1.005631430000000000",
    "is_default_rule": false,
    "unique_reference": "OQIMML",
    "amount_quote": "0.080676470000000000",
    "pair": {
        "name": "ETHBTC",
        "base": {
            "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.00024427",
            "extra_id": null,
            "network": {
                "name": "ETH"
            },
            "decimals": 18
        },
        "quote": {
            "code": "BTC",
            "name": "bitcoin",
            "min_confirmations": 1,
            "is_crypto": true,
            "minimal_amount": "0.00154294",
            "maximal_amount": "1.41922784",
            "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.00014256",
            "extra_id": null,
            "network": {
                "name": "BTC"
            },
            "decimals": 8
        },
        "fee_ask": 0.028,
        "fee_bid": 0.028
    },
    "withdraw_address": {
        "type": "W",
        "name": "",
        "address": "0x5C3ECBE6daAba3954f2be662C2522149b61c4e8c",
        "currency_code": "ETH",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "refund_address": {
        "type": "W",
        "name": "",
        "address": "bc1q7tks5vxfv0d0y0ykkllv2qvrkekwf8a4pd8vt5",
        "currency_code": "BTC"
    },
    "user_marked_as_paid": false,
    "deposit_address": {
        "type": "D",
        "name": "",
        "address": "bc1qpk3mvld8t9g6470zd8xpsh9cthlyf8gf0mzzfh",
        "currency_code": "BTC",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "created_on": "2022-01-14T19:22:15.510127Z",
    "from_default_rule": false,
    "payment_window": 15,
    "payment_deadline": "2022-01-14T19:37:15.510127Z",
    "kyc_deadline": null,
    "status_name": [
        [
            16,
            "COMPLETED"
        ]
    ],
    "transactions": [
        {
            "created_on": "2022-01-14T19:23:28.275106Z",
            "modified_on": "2022-01-14T19:26:38.824037Z",
            "type": "W",
            "address_to": 326318,
            "tx_id": "0x64bfd3996635f448be308630a3732d7b4fb3c291baa2d3fb9ed768a8db00c22f",
            "confirmations": 13,
            "amount": "1.005631430000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-01-14T19:23:28.272208Z",
            "currency": "ETH"
        },
        {
            "created_on": "2022-01-14T19:22:54.518944Z",
            "modified_on": "2022-01-14T19:23:26.202397Z",
            "type": "D",
            "address_to": 326320,
            "tx_id": "79c60ab150d93153a1fa9af0982189cf02e7f1863ce77d59cc70ad0b01dfa174",
            "confirmations": 1,
            "amount": "0.080676470000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-01-14T19:22:26Z",
            "currency": "BTC"
        }
    ],
    "referral_code": [
        {
            "code": "RW4K5UGDCXM",
            "created_on": "2022-01-14T19:22:15.166554Z",
            "modified_on": "2022-01-14T19:22:15.166581Z"
        }
    ],
    "withdrawal_fee": 0.00024427,
    "withdrawal_fee_quote": 1.95964850263e-05,
    "user_provided_amount": 1,
    "amount_usd": 0.0,
    "amount_btc": 0.08067647,
    "amount_eur": 0.0,
    "amount_quote_fee": 0.0,
    "payment_url": null,
    "display_refund_address": false,
    "price": {
        "rate": 0.076655235,
        "rate_usd": 0.076655235,
        "rate_btc": 0.076655235,
        "rate_eur": 0.076655235
    }
}