GET /en/api/v1/orders/OMUK8T/?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 18:53:59 GMT
Vary: Accept

{
    "order_type": 1,
    "amount_base": "0.454125000000000000",
    "is_default_rule": false,
    "unique_reference": "OMUK8T",
    "amount_quote": "6.500000000000000000",
    "pair": {
        "name": "BTCETH",
        "base": {
            "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.00012528",
            "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.00022665",
            "extra_id": null,
            "network": {
                "name": "ETH"
            },
            "decimals": 18
        },
        "fee_ask": 0.028,
        "fee_bid": 0.028
    },
    "withdraw_address": {
        "type": "W",
        "name": "",
        "address": "bc1qwlff4k6qun44g9kzwshauq8sptmsge56ftj494",
        "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": "0x53fEfd3D280b56D45F08128A6EaB827aCa4102c1",
        "currency_code": "ETH",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "created_on": "2021-09-14T23:17:56.918682Z",
    "from_default_rule": false,
    "payment_window": 15,
    "payment_deadline": "2021-09-14T23:32:56.918682Z",
    "kyc_deadline": null,
    "status_name": [
        [
            16,
            "COMPLETED"
        ]
    ],
    "transactions": [
        {
            "created_on": "2021-09-15T00:29:58.428030Z",
            "modified_on": "2021-09-15T00:56:38.015322Z",
            "type": "W",
            "address_to": 241345,
            "tx_id": "009e512f4ab9e7f8f3073bbb24400eefbb441f9440df3b1aa8f7fc248633137a",
            "confirmations": 1,
            "amount": "0.454125000000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2021-09-15T00:29:58.427535Z",
            "currency": "BTC"
        },
        {
            "created_on": "2021-09-14T23:20:23.645612Z",
            "modified_on": "2021-09-14T23:21:50.179273Z",
            "type": "D",
            "address_to": 241346,
            "tx_id": "0x6f265a21be3a39630a537c2888d09aa8b84a60bb2a45735f0b3f17fca788d6bb",
            "confirmations": 12,
            "amount": "6.500000000000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2021-09-14T23:20:23.645046Z",
            "currency": "ETH"
        }
    ],
    "referral_code": [
        {
            "code": "RQAKBOOK0LW",
            "created_on": "2021-09-14T23:17:56.804761Z",
            "modified_on": "2021-09-14T23:17:56.804778Z"
        }
    ],
    "withdrawal_fee": 0.00012528,
    "withdrawal_fee_quote": 0.00179316267588,
    "user_provided_amount": 1,
    "amount_usd": 0.0,
    "amount_btc": 0.31135,
    "amount_eur": 0.0,
    "amount_quote_fee": 0.0,
    "payment_url": null,
    "display_refund_address": false,
    "price": {
        "rate": 13.76182147,
        "rate_usd": 13.76182147,
        "rate_btc": 13.76182147,
        "rate_eur": 13.76182147
    }
}