GET /en/api/v1/orders/OJ47S3/?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 02:34:33 GMT
Vary: Accept

{
    "order_type": 1,
    "amount_base": "0.016902830000000000",
    "is_default_rule": false,
    "unique_reference": "OJ47S3",
    "amount_quote": "0.241877690000000000",
    "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.00009216",
            "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.00013038",
            "extra_id": null,
            "network": {
                "name": "ETH"
            },
            "decimals": 18
        },
        "fee_ask": 0.028,
        "fee_bid": 0.028
    },
    "withdraw_address": {
        "type": "W",
        "name": "",
        "address": "bc1q92rlwymhqjyxqll7yhhjgl9u28uw9mydknmf26",
        "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": "0x86992De1787603B257b4Be92ffd2DdB83A99cbb5",
        "currency_code": "ETH",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "created_on": "2021-09-14T23:53:33.758341Z",
    "from_default_rule": false,
    "payment_window": 15,
    "payment_deadline": "2021-09-15T00:08:33.758341Z",
    "kyc_deadline": null,
    "status_name": [
        [
            16,
            "COMPLETED"
        ]
    ],
    "transactions": [
        {
            "created_on": "2021-09-15T00:45:42.968910Z",
            "modified_on": "2021-09-15T00:56:37.727898Z",
            "type": "W",
            "address_to": 241349,
            "tx_id": "638824775ff2b3defd492a3d89138dff313294e6ee38ff19c9875d2f9b436d7f",
            "confirmations": 1,
            "amount": "0.016902830000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2021-09-15T00:45:42.968322Z",
            "currency": "BTC"
        },
        {
            "created_on": "2021-09-14T23:57:22.861639Z",
            "modified_on": "2021-09-14T23:59:32.999492Z",
            "type": "D",
            "address_to": 241350,
            "tx_id": "0x4f8ca15b3c4c9429917d88336ee11cf7840a54a5726d4e73b6e64d43ca11ceb2",
            "confirmations": 12,
            "amount": "0.241877690000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2021-09-14T23:57:22.861120Z",
            "currency": "ETH"
        }
    ],
    "referral_code": [
        {
            "code": "RJJNVKROOCI",
            "created_on": "2021-09-14T23:53:33.598921Z",
            "modified_on": "2021-09-14T23:53:33.598940Z"
        }
    ],
    "withdrawal_fee": 9.216e-05,
    "withdrawal_fee_quote": 0.0013187996199936,
    "user_provided_amount": 1,
    "amount_usd": 0.0,
    "amount_btc": 0.0118254002641,
    "amount_eur": 0.0,
    "amount_quote_fee": 0.0,
    "payment_url": null,
    "display_refund_address": false,
    "price": {
        "rate": 13.759329515,
        "rate_usd": 13.759329515,
        "rate_btc": 13.759329515,
        "rate_eur": 13.759329515
    }
}