GET /en/api/v1/orders/O1KJJ9/?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: Wed, 24 Apr 2024 20:33:18 GMT
Vary: Accept

{
    "order_type": 1,
    "amount_base": "100.770247000000000000",
    "is_default_rule": false,
    "unique_reference": "O1KJJ9",
    "amount_quote": "1.112049050000000000",
    "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.00000324",
            "extra_id": null,
            "network": {
                "name": "LTC"
            },
            "decimals": 8
        },
        "fee_ask": 0.028,
        "fee_bid": 0.028
    },
    "withdraw_address": {
        "type": "W",
        "name": "",
        "address": "addr1q9kuws9xxpskxa09e8pfughqk9jqqy7w83zdd0aljphgltmdcaq2vvrpvd67tjwznc3wpvtyqqfuu0zy66lmlyrw37hsyg0f62",
        "currency_code": "ADA",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "refund_address": {
        "type": "W",
        "name": "",
        "address": "LP3sU1aKHuFindFfiPTwBqkMr58v9yhJcp",
        "currency_code": "LTC"
    },
    "user_marked_as_paid": false,
    "deposit_address": {
        "type": "D",
        "name": "",
        "address": "MPBxaKrzr786wv8vXuE2y7TzaihdWjnUgJ",
        "currency_code": "LTC",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "created_on": "2022-01-18T04:59:06.525894Z",
    "from_default_rule": false,
    "payment_window": 15,
    "payment_deadline": "2022-01-18T05:14:06.525894Z",
    "kyc_deadline": null,
    "status_name": [
        [
            16,
            "COMPLETED"
        ]
    ],
    "transactions": [
        {
            "created_on": "2022-01-18T05:08:41.832881Z",
            "modified_on": "2022-01-18T05:27:40.592555Z",
            "type": "W",
            "address_to": 281508,
            "tx_id": "c1e7f80915d182786746ad576fe8e5f23f388a06bdd537461e0d86123a5822c1",
            "confirmations": 10,
            "amount": "100.770247000000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-01-18T05:08:41.827719Z",
            "currency": "ADA"
        },
        {
            "created_on": "2022-01-18T04:59:53.822954Z",
            "modified_on": "2022-01-18T05:08:39.853637Z",
            "type": "D",
            "address_to": 331717,
            "tx_id": "a7f5aaac477c0713d0a0a71e7e375e87f4bfd2b16c6c1fab66a640bf41076589",
            "confirmations": 6,
            "amount": "1.112049050000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-01-18T04:59:12Z",
            "currency": "LTC"
        }
    ],
    "referral_code": [
        {
            "code": "RXOE5OJ6PJC",
            "created_on": "2022-01-18T04:59:06.073626Z",
            "modified_on": "2022-01-18T04:59:06.073658Z"
        }
    ],
    "withdrawal_fee": 0.12706275,
    "withdrawal_fee_quote": 0.0014021997069975,
    "user_provided_amount": 1,
    "amount_usd": 0.0,
    "amount_btc": 0.00146679269695,
    "amount_eur": 0.0,
    "amount_quote_fee": 0.0,
    "payment_url": null,
    "display_refund_address": false,
    "price": {
        "rate": 0.010806205,
        "rate_usd": 0.010806205,
        "rate_btc": 0.010806205,
        "rate_eur": 0.010806205
    }
}