GET /en/api/v1/orders/OMKDE4/?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: Mon, 29 Apr 2024 05:22:09 GMT
Vary: Accept

{
    "order_type": 1,
    "amount_base": "5.746102940000000000",
    "is_default_rule": false,
    "unique_reference": "OMKDE4",
    "amount_quote": "100.000000000000000000",
    "pair": {
        "name": "DOTADA",
        "base": {
            "code": "DOT",
            "name": "Polkadot",
            "min_confirmations": 1,
            "is_crypto": true,
            "minimal_amount": "3.92320420",
            "maximal_amount": "6682.38759120",
            "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.00065000",
            "extra_id": null,
            "network": {
                "name": "DOT"
            },
            "decimals": 10
        },
        "quote": {
            "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.11012105",
            "extra_id": null,
            "network": {
                "name": "ADA"
            },
            "decimals": 6
        },
        "fee_ask": 0.028,
        "fee_bid": 0.028
    },
    "withdraw_address": {
        "type": "W",
        "name": "",
        "address": "13cXzPhaqC2gJCg3Jy7znSkfP4s6VJXgzhpsMj9dHTHrCBxi",
        "currency_code": "DOT",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "refund_address": {
        "type": "W",
        "name": "",
        "address": "addr1q85ytpxzryrllnp4xm5rfc9s2meck2v2vkumwh8ppjv5tplggkzvyxg8llxr2dhgxnstq4hn3v5c5edekawwzryegkrsjn6vdx",
        "currency_code": "ADA"
    },
    "user_marked_as_paid": false,
    "deposit_address": {
        "type": "D",
        "name": "",
        "address": "addr1q8f3xftscpuncldzs6ksn3ueu29877ug8m7jjjl5gfkhxeqa0q7vf5ln2ych7zecfur6ezsrkn5x88u2k29km83sw9wqfg4n88",
        "currency_code": "ADA",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "created_on": "2022-01-18T10:48:01.527288Z",
    "from_default_rule": false,
    "payment_window": 15,
    "payment_deadline": "2022-01-18T11:03:01.527288Z",
    "kyc_deadline": null,
    "status_name": [
        [
            16,
            "COMPLETED"
        ]
    ],
    "transactions": [
        {
            "created_on": "2022-01-18T10:55:00.666163Z",
            "modified_on": "2022-01-18T10:58:52.271874Z",
            "type": "W",
            "address_to": 332002,
            "tx_id": "0xfb50b8b33bdca873c2256e8c2cbd6bb8e035e58b48513ba4857996ea0f836c5a",
            "confirmations": 2,
            "amount": "5.746102940000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-01-18T10:55:00.657986Z",
            "currency": "DOT"
        },
        {
            "created_on": "2022-01-18T10:50:05.800915Z",
            "modified_on": "2022-01-18T10:53:12.289640Z",
            "type": "D",
            "address_to": 332003,
            "tx_id": "837049663a7058e7c4e0c0ea02873badc0795cd39257a26bf83582b63d430409",
            "confirmations": 10,
            "amount": "100.000000000000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-01-18T10:50:05.795924Z",
            "currency": "ADA"
        }
    ],
    "referral_code": [
        {
            "code": "RTSKGZPNQBR",
            "created_on": "2022-01-18T10:48:01.228611Z",
            "modified_on": "2022-01-18T10:48:01.228647Z"
        }
    ],
    "withdrawal_fee": 0.00065,
    "withdrawal_fee_quote": 0.011312014545,
    "user_provided_amount": 1,
    "amount_usd": 0.0,
    "amount_btc": 0.000728,
    "amount_eur": 0.0,
    "amount_quote_fee": 0.0,
    "payment_url": null,
    "display_refund_address": false,
    "price": {
        "rate": 16.61753539,
        "rate_usd": 16.61753539,
        "rate_btc": 16.61753539,
        "rate_eur": 16.61753539
    }
}