GET /en/api/v1/orders/OA8XXH/?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: Tue, 16 Apr 2024 10:23:36 GMT
Vary: Accept

{
    "order_type": 1,
    "amount_base": "0.072567480000000000",
    "is_default_rule": false,
    "unique_reference": "OA8XXH",
    "amount_quote": "1.038675700000000000",
    "pair": {
        "name": "BTCETH",
        "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.00006019",
            "extra_id": null,
            "network": {
                "name": "BTC"
            },
            "decimals": 8
        },
        "quote": {
            "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.00027186",
            "extra_id": null,
            "network": {
                "name": "ETH"
            },
            "decimals": 18
        },
        "fee_ask": 0.028,
        "fee_bid": 0.028
    },
    "withdraw_address": {
        "type": "W",
        "name": "",
        "address": "bc1qs4cw6dck59lfr35q3zxdvwm9r0tdfdppxtj2hz",
        "currency_code": "BTC",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "refund_address": null,
    "user_marked_as_paid": false,
    "deposit_address": {
        "type": "D",
        "name": "",
        "address": "0x0F29AdB1e93236412A128ECC1d8D126FbF3C1B59",
        "currency_code": "ETH",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "created_on": "2021-09-14T23:33:20.538559Z",
    "from_default_rule": false,
    "payment_window": 15,
    "payment_deadline": "2021-09-14T23:48:20.538559Z",
    "kyc_deadline": null,
    "status_name": [
        [
            0,
            "CANCELED"
        ]
    ],
    "transactions": [],
    "referral_code": [
        {
            "code": "RAOVC66GNG8",
            "created_on": "2021-09-14T23:33:20.357667Z",
            "modified_on": "2021-09-14T23:33:20.357694Z"
        }
    ],
    "withdrawal_fee": 6.019e-05,
    "withdrawal_fee_quote": 0.0008615139005525,
    "user_provided_amount": 1,
    "amount_usd": 0.0,
    "amount_btc": 0.050625053618,
    "amount_eur": 0.0,
    "amount_quote_fee": 0.0,
    "payment_url": null,
    "display_refund_address": false,
    "price": {
        "rate": 13.76182147,
        "rate_usd": 13.76182147,
        "rate_btc": 13.76182147,
        "rate_eur": 13.76182147
    }
}