GET /en/api/v1/orders/OHLSXO/?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 01:53:37 GMT
Vary: Accept

{
    "order_type": 1,
    "amount_base": "0.071038167548636143",
    "is_default_rule": false,
    "unique_reference": "OHLSXO",
    "amount_quote": "0.003890320000000000",
    "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.00015356",
            "extra_id": null,
            "network": {
                "name": "ETH"
            },
            "decimals": 18
        },
        "quote": {
            "code": "BTC",
            "name": "bitcoin",
            "min_confirmations": 1,
            "is_crypto": true,
            "minimal_amount": "0.00200000",
            "maximal_amount": "10.00000000",
            "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.00006912",
            "extra_id": null,
            "network": {
                "name": "BTC"
            },
            "decimals": 8
        },
        "fee_ask": 0.028,
        "fee_bid": 0.028
    },
    "withdraw_address": {
        "type": "W",
        "name": "",
        "address": "0xCcAcB3BF788900125DcD07d9605eB19A0B05f510",
        "currency_code": "ETH",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "refund_address": {
        "type": "W",
        "name": "",
        "address": "bc1qsjj5esv2spt6kkrf02cnwmx6fzga820j8kmlmv",
        "currency_code": "BTC"
    },
    "user_marked_as_paid": false,
    "deposit_address": {
        "type": "D",
        "name": "",
        "address": "bc1qdxgt4kymdyt4t2aeqhn30qz4tmw0g9j7ts5xh3",
        "currency_code": "BTC",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "created_on": "2022-06-23T10:46:18.136189Z",
    "from_default_rule": false,
    "payment_window": 3,
    "payment_deadline": "2022-06-23T10:49:18.136189Z",
    "kyc_deadline": null,
    "status_name": [
        [
            16,
            "COMPLETED"
        ]
    ],
    "transactions": [
        {
            "created_on": "2022-06-23T11:05:50.809361Z",
            "modified_on": "2022-06-23T11:10:51.519104Z",
            "type": "W",
            "address_to": 598452,
            "tx_id": "0xb97fac17d13dc52e90882e5792e6c2ef65ed28b6b82f3e460f9815e15f1ee820",
            "confirmations": 12,
            "amount": "0.071038167548636143",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-06-23T11:05:50.806112Z",
            "currency": "ETH"
        },
        {
            "created_on": "2022-06-23T10:47:52.260688Z",
            "modified_on": "2022-06-23T10:56:47.458294Z",
            "type": "D",
            "address_to": 598454,
            "tx_id": "81be7337eec0df6994c9086c23c9afb20db676f0b7da75fba9cbbfe0c1f111a5",
            "confirmations": 1,
            "amount": "0.003890320000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-06-23T10:47:03Z",
            "currency": "BTC"
        }
    ],
    "referral_code": [
        {
            "code": "RYQEW2CQNXC",
            "created_on": "2022-06-23T10:46:17.951131Z",
            "modified_on": "2022-06-23T10:46:17.951164Z"
        }
    ],
    "withdrawal_fee": 0.00015356,
    "withdrawal_fee_quote": 8.409529128e-06,
    "user_provided_amount": 1,
    "amount_usd": 0.0,
    "amount_btc": 0.00389032,
    "amount_eur": 0.0,
    "amount_quote_fee": 0.0,
    "payment_url": null,
    "display_refund_address": false,
    "price": {
        "rate": 0.0536802,
        "rate_usd": 0.0536802,
        "rate_btc": 0.0536802,
        "rate_eur": 0.0536802
    }
}