GET /en/api/v1/orders/OIZUSS/?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: Sat, 20 Apr 2024 05:22:03 GMT
Vary: Accept

{
    "order_type": 1,
    "amount_base": "227.249631000000000000",
    "is_default_rule": false,
    "unique_reference": "OIZUSS",
    "amount_quote": "0.004063220000000000",
    "pair": {
        "name": "ADABTC",
        "base": {
            "code": "ADA",
            "name": "Cardano",
            "min_confirmations": 10,
            "is_crypto": true,
            "minimal_amount": "50.74282416",
            "maximal_amount": "97262.89054977",
            "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.12706275",
            "extra_id": null,
            "network": {
                "name": "ADA"
            },
            "decimals": 6
        },
        "quote": {
            "code": "BTC",
            "name": "bitcoin",
            "min_confirmations": 1,
            "is_crypto": true,
            "minimal_amount": "0.01250000",
            "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.00557280",
            "extra_id": null,
            "network": {
                "name": "BTC"
            },
            "decimals": 8
        },
        "fee_ask": 0.028,
        "fee_bid": 0.028
    },
    "withdraw_address": {
        "type": "W",
        "name": "",
        "address": "addr1qxxcv4ydx69gm2xth9czp05wfz9d9tszutq3ejvr6d32phvdse2g6d523k5vhwtsyzlgujy262hq9ckprnyc85mz5rwsxpuu7c",
        "currency_code": "ADA",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "refund_address": {
        "type": "W",
        "name": "",
        "address": "bc1qu6ttw0wxk5yf94rakvaj899gw9kfvxg3df52n9",
        "currency_code": "BTC"
    },
    "user_marked_as_paid": false,
    "deposit_address": {
        "type": "D",
        "name": "",
        "address": "bc1q8wdnwwp3yksz94as52ndyuzfkkethpa7a9dawh",
        "currency_code": "BTC",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "created_on": "2022-05-14T11:34:34.359327Z",
    "from_default_rule": false,
    "payment_window": 15,
    "payment_deadline": "2022-05-14T11:49:34.359327Z",
    "kyc_deadline": null,
    "status_name": [
        [
            16,
            "COMPLETED"
        ]
    ],
    "transactions": [
        {
            "created_on": "2022-05-14T11:41:11.311782Z",
            "modified_on": "2022-07-14T19:24:26.387705Z",
            "type": "W",
            "address_to": 548447,
            "tx_id": "9d5146ce5f91f622f1697f520fb1abc9abf5f7071fcda26c0f2ee50f0f5b9fc9",
            "confirmations": 10,
            "amount": "227.249631000000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-05-14T11:41:11.308616Z",
            "currency": "ADA"
        },
        {
            "created_on": "2022-05-14T11:35:12.216699Z",
            "modified_on": "2022-05-14T11:38:17.445211Z",
            "type": "D",
            "address_to": 548449,
            "tx_id": "823813d328cdb669a3b76716f01abfae5e453ba59351bf9e3006e7667ad63d0e",
            "confirmations": 1,
            "amount": "0.004063220000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-05-14T11:34:57Z",
            "currency": "BTC"
        }
    ],
    "referral_code": [
        {
            "code": "RHK1M5BUVXM",
            "created_on": "2022-05-14T11:34:34.233041Z",
            "modified_on": "2022-05-14T11:34:34.233059Z"
        }
    ],
    "withdrawal_fee": 0.12706275,
    "withdrawal_fee_quote": 2.27188197e-06,
    "user_provided_amount": 0,
    "amount_usd": 0.0,
    "amount_btc": 0.00406322,
    "amount_eur": 0.0,
    "amount_quote_fee": 0.0,
    "payment_url": null,
    "display_refund_address": false,
    "price": {
        "rate": 1.732e-05,
        "rate_usd": 1.732e-05,
        "rate_btc": 1.732e-05,
        "rate_eur": 1.732e-05
    }
}