GET /en/api/v1/orders/OPOSRL/?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 11:43:17 GMT
Vary: Accept

{
    "order_type": 1,
    "amount_base": "0.120643770000000000",
    "is_default_rule": false,
    "unique_reference": "OPOSRL",
    "amount_quote": "326.881844000000000000",
    "pair": {
        "name": "ETHADA",
        "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.00020462",
            "extra_id": null,
            "network": {
                "name": "ETH"
            },
            "decimals": 18
        },
        "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.12706275",
            "extra_id": null,
            "network": {
                "name": "ADA"
            },
            "decimals": 6
        },
        "fee_ask": 0.028,
        "fee_bid": 0.028
    },
    "withdraw_address": {
        "type": "W",
        "name": "",
        "address": "0xb58100d75Be3cB5be1EF89d4265f38d9AA359897",
        "currency_code": "ETH",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "refund_address": {
        "type": "W",
        "name": "",
        "address": "addr1qyxpk3m72tzjxwlwh5hnj4kff6a4petat824k6qhtasra8svrdrhu5k9yva7a0f089tvjn4m2rjh6kw4td5pwhmq860qn8nddn",
        "currency_code": "ADA"
    },
    "user_marked_as_paid": false,
    "deposit_address": {
        "type": "D",
        "name": "",
        "address": "addr1q8rlty24au6wxdcr6m67a2v0km8ckdazhngzum663rk0szsa0q7vf5ln2ych7zecfur6ezsrkn5x88u2k29km83sw9wqw5fln6",
        "currency_code": "ADA",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "created_on": "2022-01-15T01:37:22.888975Z",
    "from_default_rule": false,
    "payment_window": 15,
    "payment_deadline": "2022-01-15T01:52:22.888975Z",
    "kyc_deadline": null,
    "status_name": [
        [
            16,
            "COMPLETED"
        ]
    ],
    "transactions": [
        {
            "created_on": "2022-01-15T02:16:28.276365Z",
            "modified_on": "2022-01-15T02:19:37.625633Z",
            "type": "W",
            "address_to": 326922,
            "tx_id": "0xd03f37ec2d3f23351d971c87f4f5887b6bc144e632cf6324fdc080a109f82815",
            "confirmations": 14,
            "amount": "0.120643770000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-01-15T02:16:28.273467Z",
            "currency": "ETH"
        },
        {
            "created_on": "2022-01-15T01:38:44.702527Z",
            "modified_on": "2022-01-15T01:42:22.102508Z",
            "type": "D",
            "address_to": 326924,
            "tx_id": "675d14a3ea4bf564c157d8d6e41ec3f2df0a3236e39871beb66c5a670ad7e581",
            "confirmations": 10,
            "amount": "326.881844000000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-01-15T01:38:44.698008Z",
            "currency": "ADA"
        }
    ],
    "referral_code": [
        {
            "code": "RFZBNUCA2NM",
            "created_on": "2022-01-15T01:37:22.674794Z",
            "modified_on": "2022-01-15T01:37:22.674826Z"
        }
    ],
    "withdrawal_fee": 0.00020462,
    "withdrawal_fee_quote": 0.5544137548712516,
    "user_provided_amount": 1,
    "amount_usd": 0.0,
    "amount_btc": 0.0024025815534,
    "amount_eur": 0.0,
    "amount_quote_fee": 0.0,
    "payment_url": null,
    "display_refund_address": false,
    "price": {
        "rate": 2588.51110771,
        "rate_usd": 2588.51110771,
        "rate_btc": 2588.51110771,
        "rate_eur": 2588.51110771
    }
}