GET /en/api/v1/orders/O0YSEB/?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, 19 Apr 2024 08:30:23 GMT
Vary: Accept

{
    "order_type": 1,
    "amount_base": "0.003769690000000000",
    "is_default_rule": false,
    "unique_reference": "O0YSEB",
    "amount_quote": "900.250822190000000000",
    "pair": {
        "name": "BTCDOGE",
        "base": {
            "code": "BTC",
            "name": "bitcoin",
            "min_confirmations": 1,
            "is_crypto": true,
            "minimal_amount": "0.00154294",
            "maximal_amount": "1.41922784",
            "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.00005328",
            "extra_id": null,
            "network": {
                "name": "BTC"
            },
            "decimals": 8
        },
        "quote": {
            "code": "DOGE",
            "name": "dogecoin",
            "min_confirmations": 4,
            "is_crypto": true,
            "minimal_amount": "355.35338843",
            "maximal_amount": "155106.81109992",
            "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.34200000",
            "extra_id": null,
            "network": {
                "name": "DOGE"
            },
            "decimals": 8
        },
        "fee_ask": 0.028,
        "fee_bid": 0.028
    },
    "withdraw_address": {
        "type": "W",
        "name": "",
        "address": "bc1q2em44lpfgynykt02n7vumy67yh30j7tl5rg80m",
        "currency_code": "BTC",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "refund_address": {
        "type": "W",
        "name": "",
        "address": "DRtX2f1mf1LBKMVkQqGqF6N1i4wEQ2CcgD",
        "currency_code": "DOGE"
    },
    "user_marked_as_paid": false,
    "deposit_address": {
        "type": "D",
        "name": "",
        "address": "D9UB1KZ8ngSm2wVfT7vnxge752Wp8QhfvZ",
        "currency_code": "DOGE",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "created_on": "2022-01-14T19:13:51.242393Z",
    "from_default_rule": false,
    "payment_window": 15,
    "payment_deadline": "2022-01-14T19:28:51.242393Z",
    "kyc_deadline": null,
    "status_name": [
        [
            16,
            "COMPLETED"
        ]
    ],
    "transactions": [
        {
            "created_on": "2022-01-14T19:25:57.278191Z",
            "modified_on": "2022-01-14T19:33:37.337822Z",
            "type": "W",
            "address_to": 326305,
            "tx_id": "b03be7ee8cf8049f9edd9de3af55cfb3fc78c8333cfcc74f4cc9d3bb58d12e5d",
            "confirmations": 1,
            "amount": "0.003769690000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-01-14T19:25:57.275161Z",
            "currency": "BTC"
        },
        {
            "created_on": "2022-01-14T19:14:03.533746Z",
            "modified_on": "2022-01-14T19:25:54.470829Z",
            "type": "D",
            "address_to": 326307,
            "tx_id": "0e652f48ee8d91871bde48311a3236ebed07f04b239bf6da703271a8e93f3237",
            "confirmations": 10,
            "amount": "900.250822190000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-01-14T19:13:58Z",
            "currency": "DOGE"
        }
    ],
    "referral_code": [
        {
            "code": "RRR7A7KYWIU",
            "created_on": "2022-01-14T19:13:50.791154Z",
            "modified_on": "2022-01-14T19:13:50.791187Z"
        }
    ],
    "withdrawal_fee": 5.328e-05,
    "withdrawal_fee_quote": 12.723945205479566,
    "user_provided_amount": 1,
    "amount_usd": 0.0,
    "amount_btc": 0.0021245919403684,
    "amount_eur": 0.0,
    "amount_quote_fee": 0.0,
    "payment_url": null,
    "display_refund_address": false,
    "price": {
        "rate": 227815.483603155,
        "rate_usd": 227815.483603155,
        "rate_btc": 227815.483603155,
        "rate_eur": 227815.483603155
    }
}