GET /en/api/v1/orders/OEER6Z/?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: Fri, 26 Apr 2024 00:42:37 GMT
Vary: Accept

{
    "order_type": 1,
    "amount_base": "0.422015090000000000",
    "is_default_rule": false,
    "unique_reference": "OEER6Z",
    "amount_quote": "0.004472900000000000",
    "pair": {
        "name": "BNBBTC",
        "base": {
            "code": "BNB",
            "name": "Binance Coin",
            "min_confirmations": 1,
            "is_crypto": true,
            "minimal_amount": "0.08568087",
            "maximal_amount": "102.98563150",
            "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.00000043",
            "extra_id": null,
            "network": {
                "name": "BSC"
            },
            "decimals": 18
        },
        "quote": {
            "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.00009648",
            "extra_id": null,
            "network": {
                "name": "BTC"
            },
            "decimals": 8
        },
        "fee_ask": 0.028,
        "fee_bid": 0.028
    },
    "withdraw_address": {
        "type": "W",
        "name": "",
        "address": "0xeDaeBC85A95f233B75aa3B5CaDe3516a79D9b7F9",
        "currency_code": "BNB",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "refund_address": {
        "type": "W",
        "name": "",
        "address": "bc1qc7w7m59s3d6wwxlrgzk2sl4dm5hu3wksqm8ugj",
        "currency_code": "BTC"
    },
    "user_marked_as_paid": false,
    "deposit_address": {
        "type": "D",
        "name": "",
        "address": "bc1qr9mxvm7ehna8u00glmdjd32qzz84uhkpzu94sg",
        "currency_code": "BTC",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "created_on": "2022-01-22T14:01:20.481399Z",
    "from_default_rule": false,
    "payment_window": 15,
    "payment_deadline": "2022-01-22T14:16:20.481399Z",
    "kyc_deadline": null,
    "status_name": [
        [
            16,
            "COMPLETED"
        ]
    ],
    "transactions": [
        {
            "created_on": "2022-01-22T14:10:21.586841Z",
            "modified_on": "2022-01-22T14:13:44.097744Z",
            "type": "W",
            "address_to": 339305,
            "tx_id": "0x28bf40a55ae89e4f8e2f6fa7677a13aa4d93c8283bfc58d35fd2ad1e5d6caead",
            "confirmations": 15,
            "amount": "0.422015090000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-01-22T14:10:21.583619Z",
            "currency": "BNB"
        },
        {
            "created_on": "2022-01-22T14:01:37.877167Z",
            "modified_on": "2022-01-22T14:09:57.872178Z",
            "type": "D",
            "address_to": 339307,
            "tx_id": "1237de327752e9f1301e8c24a0773bc543a6a91b697a8540d08be72822bbaf15",
            "confirmations": 1,
            "amount": "0.004472900000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-01-22T14:01:35Z",
            "currency": "BTC"
        }
    ],
    "referral_code": [
        {
            "code": "R5UKJJXSY8Z",
            "created_on": "2022-01-22T14:01:20.064472Z",
            "modified_on": "2022-01-22T14:01:20.064497Z"
        }
    ],
    "withdrawal_fee": 4.3e-07,
    "withdrawal_fee_quote": 4.5575313e-09,
    "user_provided_amount": 1,
    "amount_usd": 0.0,
    "amount_btc": 0.0044729,
    "amount_eur": 0.0,
    "amount_quote_fee": 0.0,
    "payment_url": null,
    "display_refund_address": false,
    "price": {
        "rate": 0.01038551,
        "rate_usd": 0.01038551,
        "rate_btc": 0.01038551,
        "rate_eur": 0.01038551
    }
}