GET /en/api/v1/orders/OXTRWP/?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: Sat, 27 Apr 2024 14:07:21 GMT
Vary: Accept

{
    "order_type": 1,
    "amount_base": "0.004000000000000000",
    "is_default_rule": false,
    "unique_reference": "OXTRWP",
    "amount_quote": "0.077011922520000000",
    "pair": {
        "name": "BTCETH",
        "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.00004455",
            "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.00013433",
            "extra_id": null,
            "network": {
                "name": "ETH"
            },
            "decimals": 18
        },
        "fee_ask": 0.028,
        "fee_bid": 0.028
    },
    "withdraw_address": {
        "type": "W",
        "name": "",
        "address": "bc1q0386czvree7xr8antsd4x4erpdcna4ekwlsht3",
        "currency_code": "BTC",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "refund_address": {
        "type": "W",
        "name": "",
        "address": "0xC037D0ea3c305c15027F5CDfAE5964d286735fC1",
        "currency_code": "ETH"
    },
    "user_marked_as_paid": false,
    "deposit_address": {
        "type": "I",
        "name": "",
        "address": "0xA4A0F37031BE58a66a8C17185b9a3f1C0634e192",
        "currency_code": "ETH",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "created_on": "2022-06-23T10:24:41.598615Z",
    "from_default_rule": false,
    "payment_window": 3,
    "payment_deadline": "2022-06-23T10:27:41.598615Z",
    "kyc_deadline": null,
    "status_name": [
        [
            16,
            "COMPLETED"
        ]
    ],
    "transactions": [
        {
            "created_on": "2022-06-23T10:36:56.157755Z",
            "modified_on": "2022-07-14T11:49:59.841282Z",
            "type": "W",
            "address_to": 598428,
            "tx_id": "1630967a0140b943d4b0f404617579551733f66fe186b750e1c8b97072f30d82",
            "confirmations": 1,
            "amount": "0.004000000000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-06-23T10:36:56.154667Z",
            "currency": "BTC"
        },
        {
            "created_on": "2022-06-23T10:25:52.624803Z",
            "modified_on": "2022-06-23T10:29:44.910321Z",
            "type": "D",
            "address_to": 1163,
            "tx_id": "0xbc642f2b23d249e6300452e8f40a4544fcca4e60609e8f873a62af252a179de1",
            "confirmations": 14,
            "amount": "0.077011922520000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-06-23T10:24:54Z",
            "currency": "ETH"
        }
    ],
    "referral_code": [
        {
            "code": "RBZTELDVRFY",
            "created_on": "2022-06-23T10:24:41.450052Z",
            "modified_on": "2022-06-23T10:24:41.450079Z"
        }
    ],
    "withdrawal_fee": 4.455e-05,
    "withdrawal_fee_quote": 0.0008577202870665,
    "user_provided_amount": 0,
    "amount_usd": 0.0,
    "amount_btc": 0.0038367339799464,
    "amount_eur": 0.0,
    "amount_quote_fee": 0.0,
    "payment_url": null,
    "display_refund_address": false,
    "price": {
        "rate": 18.625559215,
        "rate_usd": 18.625559215,
        "rate_btc": 18.625559215,
        "rate_eur": 18.625559215
    }
}