GET /en/api/v1/orders/OEHF4P/?format=api
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 22:40:32 GMT
Vary: Accept

{
    "order_type": 1,
    "amount_base": "1.554545010059247715",
    "is_default_rule": false,
    "unique_reference": "OEHF4P",
    "amount_quote": "0.086163160000000000",
    "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.00022043",
            "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.00010944",
            "extra_id": null,
            "network": {
                "name": "BTC"
            },
            "decimals": 8
        },
        "fee_ask": 0.028,
        "fee_bid": 0.028
    },
    "withdraw_address": {
        "type": "W",
        "name": "",
        "address": "0x9fd247e476c6a710d79a3d65ab6174591fb5c2fc",
        "currency_code": "ETH",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "refund_address": {
        "type": "W",
        "name": "",
        "address": "bc1q2juaycnmhyk8k8kaplsqq00uzs5lz60r3an6ca",
        "currency_code": "BTC"
    },
    "user_marked_as_paid": false,
    "deposit_address": {
        "type": "D",
        "name": "",
        "address": "bc1qsn4entpm9d9r4fds4k7jf9pss9ry30rmwhzrsn",
        "currency_code": "BTC",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "created_on": "2022-06-23T10:39:58.614568Z",
    "from_default_rule": false,
    "payment_window": 3,
    "payment_deadline": "2022-06-23T10:42:58.614568Z",
    "kyc_deadline": null,
    "status_name": [
        [
            16,
            "COMPLETED"
        ]
    ],
    "transactions": [
        {
            "created_on": "2022-06-23T11:01:22.667642Z",
            "modified_on": "2022-06-23T11:06:58.986935Z",
            "type": "W",
            "address_to": 598444,
            "tx_id": "0x820ef4afb87635b25e1bcf5ed11f6942f9c558a6352f67c788cffb63dc426fff",
            "confirmations": 17,
            "amount": "1.554545010059247715",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-06-23T11:01:22.664255Z",
            "currency": "ETH"
        },
        {
            "created_on": "2022-06-23T10:40:21.409969Z",
            "modified_on": "2022-06-23T10:46:48.266521Z",
            "type": "D",
            "address_to": 598445,
            "tx_id": "80bb17ee51629173578e35ca3554444337baa5a3e116ea560fd46ef72f14c8cd",
            "confirmations": 1,
            "amount": "0.086163160000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-06-23T10:40:07Z",
            "currency": "BTC"
        }
    ],
    "referral_code": [
        {
            "code": "RVX6ALRGG6G",
            "created_on": "2022-06-23T10:39:58.488829Z",
            "modified_on": "2022-06-23T10:39:58.488852Z"
        }
    ],
    "withdrawal_fee": 0.00022043,
    "withdrawal_fee_quote": 1.22176876423e-05,
    "user_provided_amount": 1,
    "amount_usd": 0.0,
    "amount_btc": 0.08616316,
    "amount_eur": 0.0,
    "amount_quote_fee": 0.0,
    "payment_url": null,
    "display_refund_address": false,
    "price": {
        "rate": 0.05362034,
        "rate_usd": 0.05362034,
        "rate_btc": 0.05362034,
        "rate_eur": 0.05362034
    }
}