GET /en/api/v1/orders/OOHKBR/?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: Thu, 25 Apr 2024 11:16:54 GMT
Vary: Accept

{
    "order_type": 1,
    "amount_base": "54.068094220000000000",
    "is_default_rule": false,
    "unique_reference": "OOHKBR",
    "amount_quote": "2.500000000000000000",
    "pair": {
        "name": "LTCETH",
        "base": {
            "code": "LTC",
            "name": "litecoin",
            "min_confirmations": 2,
            "is_crypto": true,
            "minimal_amount": "0.43364792",
            "maximal_amount": "603.71261525",
            "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.00000108",
            "extra_id": null,
            "network": {
                "name": "LTC"
            },
            "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.00026631",
            "extra_id": null,
            "network": {
                "name": "ETH"
            },
            "decimals": 18
        },
        "fee_ask": 0.028,
        "fee_bid": 0.028
    },
    "withdraw_address": {
        "type": "W",
        "name": "",
        "address": "LUx2zejfCkgNr9RieYbUg8QCQw1xbqon5A",
        "currency_code": "LTC",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "refund_address": {
        "type": "W",
        "name": "",
        "address": "0xC19d4d0d9AFfD87eB175279829e5E8Fca2566391",
        "currency_code": "ETH"
    },
    "user_marked_as_paid": false,
    "deposit_address": {
        "type": "D",
        "name": "",
        "address": "0xB762a16716f462A6CBCE2D54d6034638402E8298",
        "currency_code": "ETH",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "created_on": "2022-01-22T13:58:16.038221Z",
    "from_default_rule": false,
    "payment_window": 15,
    "payment_deadline": "2022-01-22T14:13:16.038221Z",
    "kyc_deadline": null,
    "status_name": [
        [
            16,
            "COMPLETED"
        ]
    ],
    "transactions": [
        {
            "created_on": "2022-01-22T14:12:27.941483Z",
            "modified_on": "2022-01-22T14:21:35.511943Z",
            "type": "W",
            "address_to": 339302,
            "tx_id": "f8409ecff1267e7761b20058cf47d7fe7bc5ccaaf60047ae4c2e8aa88e542e2f",
            "confirmations": 6,
            "amount": "54.068094220000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-01-22T14:12:27.938645Z",
            "currency": "LTC"
        },
        {
            "created_on": "2022-01-22T13:59:23.136580Z",
            "modified_on": "2022-01-22T14:02:04.786304Z",
            "type": "D",
            "address_to": 339304,
            "tx_id": "0x39af8d6bcc4d04967fc064c6bab9bda137ed98e4d0fb0b7b3cb97cbd5aff59ff",
            "confirmations": 12,
            "amount": "2.500000000000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-01-22T13:59:23.133215Z",
            "currency": "ETH"
        }
    ],
    "referral_code": [
        {
            "code": "RND5V4SBSLM",
            "created_on": "2022-01-22T13:58:15.669080Z",
            "modified_on": "2022-01-22T13:58:15.669102Z"
        }
    ],
    "withdrawal_fee": 1.08e-06,
    "withdrawal_fee_quote": 4.99370292e-08,
    "user_provided_amount": 1,
    "amount_usd": 0.0,
    "amount_btc": 0.1215,
    "amount_eur": 0.0,
    "amount_quote_fee": 0.0,
    "payment_url": null,
    "display_refund_address": false,
    "price": {
        "rate": 0.04408621,
        "rate_usd": 0.04408621,
        "rate_btc": 0.04408621,
        "rate_eur": 0.04408621
    }
}