GET /en/api/v1/orders/ODEBBJ/?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, 26 Apr 2024 17:20:26 GMT
Vary: Accept

{
    "order_type": 1,
    "amount_base": "0.003814340000000000",
    "is_default_rule": false,
    "unique_reference": "ODEBBJ",
    "amount_quote": "3.727490160000000000",
    "pair": {
        "name": "BTCAVAXC",
        "base": {
            "code": "BTC",
            "name": "bitcoin",
            "min_confirmations": 1,
            "is_crypto": true,
            "minimal_amount": "0.00200000",
            "maximal_amount": "10.00000000",
            "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.00007344",
            "extra_id": null,
            "network": {
                "name": "BTC"
            },
            "decimals": 8
        },
        "quote": {
            "code": "AVAXC",
            "name": "Avalanche C-Chain",
            "min_confirmations": 1,
            "is_crypto": true,
            "minimal_amount": "0.73211561",
            "maximal_amount": "1243.93644282",
            "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.00042566",
            "extra_id": null,
            "network": {
                "name": "AVAXC"
            },
            "decimals": 18
        },
        "fee_ask": 0.028,
        "fee_bid": 0.028
    },
    "withdraw_address": {
        "type": "W",
        "name": "",
        "address": "bc1qlcenamn5t7gyajv8n7gtuvecz229ffwwkx9zd5",
        "currency_code": "BTC",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "refund_address": {
        "type": "W",
        "name": "",
        "address": "0x4BD3fb3A42AB27b9956b18C94A6280723984bb8C",
        "currency_code": "AVAXC"
    },
    "user_marked_as_paid": false,
    "deposit_address": {
        "type": "I",
        "name": "Fireblocks Main",
        "address": "0xE291cc3e5b9e0C9b37c9FBDd549aBf3B5c0ad342",
        "currency_code": "AVAXC",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "created_on": "2022-05-14T11:34:51.393118Z",
    "from_default_rule": false,
    "payment_window": 15,
    "payment_deadline": "2022-05-14T11:49:51.393118Z",
    "kyc_deadline": null,
    "status_name": [
        [
            0,
            "CANCELED"
        ]
    ],
    "transactions": [],
    "referral_code": [
        {
            "code": "RFHXE7MDZZT",
            "created_on": "2022-05-14T11:34:51.262342Z",
            "modified_on": "2022-05-14T11:34:51.262361Z"
        }
    ],
    "withdrawal_fee": 7.344e-05,
    "withdrawal_fee_quote": 0.0717677419356288,
    "user_provided_amount": 1,
    "amount_usd": 0.0,
    "amount_btc": 0.00204639209784,
    "amount_eur": 0.0,
    "amount_quote_fee": 0.0,
    "payment_url": null,
    "display_refund_address": false,
    "price": {
        "rate": 948.635667685,
        "rate_usd": 948.635667685,
        "rate_btc": 948.635667685,
        "rate_eur": 948.635667685
    }
}