GET /en/api/v1/orders/OKBPOI/?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 05:03:26 GMT
Vary: Accept

{
    "order_type": 1,
    "amount_base": "97.617593000000000000",
    "is_default_rule": false,
    "unique_reference": "OKBPOI",
    "amount_quote": "1.034418490000000000",
    "pair": {
        "name": "ADALTC",
        "base": {
            "code": "ADA",
            "name": "Cardano",
            "min_confirmations": 10,
            "is_crypto": true,
            "minimal_amount": "50.74282416",
            "maximal_amount": "97262.89054977",
            "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.12706275",
            "extra_id": null,
            "network": {
                "name": "ADA"
            },
            "decimals": 6
        },
        "quote": {
            "code": "LTC",
            "name": "litecoin",
            "min_confirmations": 2,
            "is_crypto": true,
            "minimal_amount": "0.43364792",
            "maximal_amount": "603.71261525",
            "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.00000108",
            "extra_id": null,
            "network": {
                "name": "LTC"
            },
            "decimals": 8
        },
        "fee_ask": 0.028,
        "fee_bid": 0.028
    },
    "withdraw_address": {
        "type": "W",
        "name": "",
        "address": "addr1q8vqv4djygaed7uf3me7r27tkxxh3x4ppmftcj6eev3g9wkcqe2myg3mjmacnrhnux4uhvvd0zd2zrkjh394njezs2aqxrec4t",
        "currency_code": "ADA",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "refund_address": {
        "type": "W",
        "name": "",
        "address": "Lg6HcP34cSz1WZa9CYNyRsh7WZ5oAjDoVb",
        "currency_code": "LTC"
    },
    "user_marked_as_paid": false,
    "deposit_address": {
        "type": "D",
        "name": "",
        "address": "MLRQimwXZH94yoCpHY6txnMwPuCfZhdpL4",
        "currency_code": "LTC",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "created_on": "2022-01-22T14:02:54.521184Z",
    "from_default_rule": false,
    "payment_window": 15,
    "payment_deadline": "2022-01-22T14:17:54.521184Z",
    "kyc_deadline": null,
    "status_name": [
        [
            16,
            "COMPLETED"
        ]
    ],
    "transactions": [
        {
            "created_on": "2022-01-22T14:14:03.767948Z",
            "modified_on": "2022-01-22T14:25:37.053162Z",
            "type": "W",
            "address_to": 339308,
            "tx_id": "466b420ed85238a7b12087e421d1778ad1f69ea368da4522cfe23d929fbb85d9",
            "confirmations": 10,
            "amount": "97.617593000000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-01-22T14:14:03.765034Z",
            "currency": "ADA"
        },
        {
            "created_on": "2022-01-22T14:03:07.262787Z",
            "modified_on": "2022-01-22T14:14:00.779045Z",
            "type": "D",
            "address_to": 339310,
            "tx_id": "c7a48f9848d84138e83406b8722d510af701bdb0eacc3d7a2b52f8c664cbdd96",
            "confirmations": 6,
            "amount": "1.034418490000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-01-22T14:03:01Z",
            "currency": "LTC"
        }
    ],
    "referral_code": [
        {
            "code": "RQRP3AKMUT3",
            "created_on": "2022-01-22T14:02:54.209347Z",
            "modified_on": "2022-01-22T14:02:54.209379Z"
        }
    ],
    "withdrawal_fee": 0.12706275,
    "withdrawal_fee_quote": 0.00134643821916,
    "user_provided_amount": 1,
    "amount_usd": 0.0,
    "amount_btc": 0.0013240556672,
    "amount_eur": 0.0,
    "amount_quote_fee": 0.0,
    "payment_url": null,
    "display_refund_address": false,
    "price": {
        "rate": 0.01012162,
        "rate_usd": 0.01012162,
        "rate_btc": 0.01012162,
        "rate_eur": 0.01012162
    }
}