GET /en/api/v1/orders/OI1UCW/?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: Fri, 19 Apr 2024 15:52:50 GMT
Vary: Accept

{
    "order_type": 1,
    "amount_base": "0.007181070000000000",
    "is_default_rule": true,
    "unique_reference": "OI1UCW",
    "amount_quote": "34014.320000000000000000",
    "pair": {
        "name": "BTCRUB",
        "base": {
            "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.00013104",
            "extra_id": null,
            "network": {
                "name": "BTC"
            },
            "decimals": 8
        },
        "quote": {
            "code": "RUB",
            "name": "RUB",
            "min_confirmations": null,
            "is_crypto": false,
            "minimal_amount": "700.00000000",
            "maximal_amount": "4000000.00000000",
            "contract_address": null,
            "is_base_of_enabled_pair": false,
            "is_quote_of_enabled_pair": false,
            "has_enabled_pairs": false,
            "is_base_of_enabled_pair_for_test": false,
            "is_quote_of_enabled_pair_for_test": false,
            "has_enabled_pairs_for_test": false,
            "withdrawal_fee": "0.00000000",
            "extra_id": null,
            "network": null,
            "decimals": 8
        },
        "fee_ask": 0.08,
        "fee_bid": 0.08
    },
    "withdraw_address": {
        "type": "W",
        "name": "",
        "address": "18GzasvmgmmdyT5W4hATg42hzg9fvoCgBy",
        "currency_code": "BTC",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "refund_address": null,
    "user_marked_as_paid": false,
    "deposit_address": null,
    "created_on": "2021-11-25T09:38:26.394443Z",
    "from_default_rule": false,
    "payment_window": 15,
    "payment_deadline": "2021-11-25T09:53:26.394443Z",
    "kyc_deadline": null,
    "status_name": [
        [
            0,
            "CANCELED"
        ]
    ],
    "transactions": [],
    "referral_code": [
        {
            "code": "RSP9AABPKXD",
            "created_on": "2021-11-25T08:26:46.534570Z",
            "modified_on": "2021-11-25T08:26:46.534608Z"
        }
    ],
    "withdrawal_fee": 0.00013104,
    "withdrawal_fee_quote": 608.2783204496793,
    "user_provided_amount": 1,
    "amount_usd": 0.0,
    "amount_btc": null,
    "amount_eur": 0.0,
    "amount_quote_fee": 680.2864,
    "payment_url": null,
    "display_refund_address": false,
    "price": {
        "rate": 4297282.54753085,
        "rate_usd": 4297282.54753085,
        "rate_btc": 4297282.54753085,
        "rate_eur": 4297282.54753085
    }
}