GET /en/api/v1/orders/OVH6PO/?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: Sat, 20 Apr 2024 10:01:39 GMT
Vary: Accept

{
    "order_type": 1,
    "amount_base": "2.000000000000000000",
    "is_default_rule": false,
    "unique_reference": "OVH6PO",
    "amount_quote": "0.161029140000000000",
    "pair": {
        "name": "ETHBTC",
        "base": {
            "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.00015224",
            "extra_id": null,
            "network": {
                "name": "ETH"
            },
            "decimals": 18
        },
        "quote": {
            "code": "BTC",
            "name": "bitcoin",
            "min_confirmations": 1,
            "is_crypto": true,
            "minimal_amount": "0.01250000",
            "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.00182088",
            "extra_id": null,
            "network": {
                "name": "BTC"
            },
            "decimals": 8
        },
        "fee_ask": 0.028,
        "fee_bid": 0.028
    },
    "withdraw_address": {
        "type": "W",
        "name": "",
        "address": "0x7b5ac5d757088221ecb6155702c68c85decd3794",
        "currency_code": "ETH",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "refund_address": {
        "type": "W",
        "name": "",
        "address": "bc1qkfrepacnrrtd06n4am4qplp3zlt5padzapdcq4",
        "currency_code": "BTC"
    },
    "user_marked_as_paid": false,
    "deposit_address": {
        "type": "D",
        "name": "",
        "address": "bc1qf89ah26wr6gkuv2t0fxlyjerl48vce6zdud0sx",
        "currency_code": "BTC",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "created_on": "2022-01-15T00:58:27.485973Z",
    "from_default_rule": false,
    "payment_window": 15,
    "payment_deadline": "2022-01-15T01:13:27.485973Z",
    "kyc_deadline": null,
    "status_name": [
        [
            16,
            "COMPLETED"
        ]
    ],
    "transactions": [
        {
            "created_on": "2022-01-15T01:28:14.824829Z",
            "modified_on": "2022-01-15T01:45:41.351838Z",
            "type": "W",
            "address_to": 326847,
            "tx_id": "0x4cd387c10f66fb292dbae7b0fc72fd5c0d410228106896505656054829d74882",
            "confirmations": 14,
            "amount": "2.000000000000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-01-15T01:28:14.822382Z",
            "currency": "ETH"
        },
        {
            "created_on": "2022-01-15T00:59:05.853379Z",
            "modified_on": "2022-01-15T01:02:12.426661Z",
            "type": "D",
            "address_to": 326849,
            "tx_id": "7bd1d7d8ea1424df644a308e37237bf46422920720fbbce0ad030196308a12e5",
            "confirmations": 1,
            "amount": "0.161029140000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-01-15T00:58:36Z",
            "currency": "BTC"
        }
    ],
    "referral_code": [
        {
            "code": "RHHHY3IBAQC",
            "created_on": "2022-01-15T00:58:27.281386Z",
            "modified_on": "2022-01-15T00:58:27.281407Z"
        }
    ],
    "withdrawal_fee": 0.00015224,
    "withdrawal_fee_quote": 1.22575381368e-05,
    "user_provided_amount": 0,
    "amount_usd": 0.0,
    "amount_btc": 0.16102914,
    "amount_eur": 0.0,
    "amount_quote_fee": 0.0,
    "payment_url": null,
    "display_refund_address": false,
    "price": {
        "rate": 0.076936525,
        "rate_usd": 0.076936525,
        "rate_btc": 0.076936525,
        "rate_eur": 0.076936525
    }
}