GET /en/api/v1/orders/ONZAWE/?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 05:15:21 GMT
Vary: Accept

{
    "order_type": 1,
    "amount_base": "0.067042470000000000",
    "is_default_rule": false,
    "unique_reference": "ONZAWE",
    "amount_quote": "0.005395510000000000",
    "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.00017318",
            "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.00004752",
            "extra_id": null,
            "network": {
                "name": "BTC"
            },
            "decimals": 8
        },
        "fee_ask": 0.028,
        "fee_bid": 0.028
    },
    "withdraw_address": {
        "type": "W",
        "name": "",
        "address": "0x1e7e2f7858fc828c66371bde238b1ff456b956da",
        "currency_code": "ETH",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "refund_address": {
        "type": "W",
        "name": "",
        "address": "bc1qzh4d3u55cglqave9z238tyy8p3vpqp5jl50sw0",
        "currency_code": "BTC"
    },
    "user_marked_as_paid": false,
    "deposit_address": {
        "type": "D",
        "name": "",
        "address": "bc1qwcjawhe8l5u97n2v262ms4zv3zx639yphype62",
        "currency_code": "BTC",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "created_on": "2022-01-15T01:01:54.365029Z",
    "from_default_rule": false,
    "payment_window": 15,
    "payment_deadline": "2022-01-15T01:16:54.365029Z",
    "kyc_deadline": null,
    "status_name": [
        [
            16,
            "COMPLETED"
        ]
    ],
    "transactions": [
        {
            "created_on": "2022-01-15T01:05:22.539897Z",
            "modified_on": "2022-01-15T01:08:37.879641Z",
            "type": "W",
            "address_to": 326856,
            "tx_id": "0x8d4fd7ea3b9e0c646c2164bb3ef09c6da62bf81cc0993202f3dda4e8da427653",
            "confirmations": 14,
            "amount": "0.067042470000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-01-15T01:05:22.536768Z",
            "currency": "ETH"
        },
        {
            "created_on": "2022-01-15T01:02:14.199527Z",
            "modified_on": "2022-01-15T01:05:18.095149Z",
            "type": "D",
            "address_to": 326858,
            "tx_id": "fb049fac60b7a522fde42ee8e51987cd101787853dfcab0ccaa761da69736d26",
            "confirmations": 2,
            "amount": "0.005395510000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-01-15T01:02:04Z",
            "currency": "BTC"
        }
    ],
    "referral_code": [
        {
            "code": "R9EQ42QZAN3",
            "created_on": "2022-01-15T01:01:54.068007Z",
            "modified_on": "2022-01-15T01:01:54.068041Z"
        }
    ],
    "withdrawal_fee": 0.00017318,
    "withdrawal_fee_quote": 1.39373514882e-05,
    "user_provided_amount": 1,
    "amount_usd": 0.0,
    "amount_btc": 0.00539551,
    "amount_eur": 0.0,
    "amount_quote_fee": 0.0,
    "payment_url": null,
    "display_refund_address": false,
    "price": {
        "rate": 0.076902525,
        "rate_usd": 0.076902525,
        "rate_btc": 0.076902525,
        "rate_eur": 0.076902525
    }
}