GET /en/api/v1/orders/OPOE4H/?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 16:00:17 GMT
Vary: Accept

{
    "order_type": 1,
    "amount_base": "1.242802770000000000",
    "is_default_rule": false,
    "unique_reference": "OPOE4H",
    "amount_quote": "0.100000000000000000",
    "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.00032236",
            "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.00013536",
            "extra_id": null,
            "network": {
                "name": "BTC"
            },
            "decimals": 8
        },
        "fee_ask": 0.028,
        "fee_bid": 0.028
    },
    "withdraw_address": {
        "type": "W",
        "name": "",
        "address": "0x81382f9e8f786b909d481d79b5b9cc99789b09bb",
        "currency_code": "ETH",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "refund_address": {
        "type": "W",
        "name": "",
        "address": "bc1q3zxxwx5d6vwxl79fx2krd4kkaq62fe3rlmyerd",
        "currency_code": "BTC"
    },
    "user_marked_as_paid": false,
    "deposit_address": {
        "type": "D",
        "name": "",
        "address": "bc1qhllrgg945fxf72ak9jhs7wmden3fsnxx9zp9n0",
        "currency_code": "BTC",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "created_on": "2022-01-15T01:36:21.471053Z",
    "from_default_rule": false,
    "payment_window": 15,
    "payment_deadline": "2022-01-15T01:51:21.471053Z",
    "kyc_deadline": null,
    "status_name": [
        [
            16,
            "COMPLETED"
        ]
    ],
    "transactions": [
        {
            "created_on": "2022-01-15T02:11:22.375421Z",
            "modified_on": "2022-01-15T02:14:37.579750Z",
            "type": "W",
            "address_to": 326818,
            "tx_id": "0x83a3aaf13d4e027ba9926fb73264dd0c6c8afe9d4e49e3bc44cb15dc6c9fb39d",
            "confirmations": 14,
            "amount": "1.242802770000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-01-15T02:11:22.373127Z",
            "currency": "ETH"
        },
        {
            "created_on": "2022-01-15T01:36:46.402854Z",
            "modified_on": "2022-01-15T01:42:56.019886Z",
            "type": "D",
            "address_to": 326921,
            "tx_id": "b1d97b962559e791e411e660c1622dab371fde5c3cff96280772b9d4f776681a",
            "confirmations": 1,
            "amount": "0.100000000000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-01-15T01:36:30Z",
            "currency": "BTC"
        }
    ],
    "referral_code": [
        {
            "code": "RIFZS4KB4PN",
            "created_on": "2022-01-15T01:36:21.267680Z",
            "modified_on": "2022-01-15T01:36:21.267703Z"
        }
    ],
    "withdrawal_fee": 0.00032236,
    "withdrawal_fee_quote": 2.59381461644e-05,
    "user_provided_amount": 1,
    "amount_usd": 0.0,
    "amount_btc": 0.1,
    "amount_eur": 0.0,
    "amount_quote_fee": 0.0,
    "payment_url": null,
    "display_refund_address": false,
    "price": {
        "rate": 0.07688752,
        "rate_usd": 0.07688752,
        "rate_btc": 0.07688752,
        "rate_eur": 0.07688752
    }
}