GET /en/api/v1/orders/OZMPNS/?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:47:40 GMT
Vary: Accept

{
    "order_type": 1,
    "amount_base": "0.601415710000000000",
    "is_default_rule": false,
    "unique_reference": "OZMPNS",
    "amount_quote": "13.613781370000000000",
    "pair": {
        "name": "ETHLTC",
        "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.00023160",
            "extra_id": null,
            "network": {
                "name": "ETH"
            },
            "decimals": 18
        },
        "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": "0xc85cdf6370a469aab084f11b3b07b3ec7f945f88",
        "currency_code": "ETH",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "refund_address": {
        "type": "W",
        "name": "",
        "address": "LRHhwEtXZ3jfpYCD6335H4C8rHbZzdBFxj",
        "currency_code": "LTC"
    },
    "user_marked_as_paid": false,
    "deposit_address": {
        "type": "D",
        "name": "",
        "address": "M9WZeSMBVXxvSScyS1UV8Kd3JNWyZtGdax",
        "currency_code": "LTC",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "created_on": "2022-01-18T10:15:12.810740Z",
    "from_default_rule": false,
    "payment_window": 15,
    "payment_deadline": "2022-01-18T10:30:12.810740Z",
    "kyc_deadline": null,
    "status_name": [
        [
            16,
            "COMPLETED"
        ]
    ],
    "transactions": [
        {
            "created_on": "2022-01-18T10:26:57.084730Z",
            "modified_on": "2022-01-18T10:31:42.504263Z",
            "type": "W",
            "address_to": 331979,
            "tx_id": "0x7bcfd283cd42c9bedc7f3f3527688b19128c266878de23f06954f30102fa000e",
            "confirmations": 13,
            "amount": "0.601415710000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-01-18T10:26:57.079553Z",
            "currency": "ETH"
        },
        {
            "created_on": "2022-01-18T10:15:50.120858Z",
            "modified_on": "2022-01-18T10:26:07.411964Z",
            "type": "D",
            "address_to": 331981,
            "tx_id": "ec48941be9bba3762d35d593f07bcd0a2eb496e1d34a93873103fb7c737678f2",
            "confirmations": 6,
            "amount": "13.613781370000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-01-18T10:15:24Z",
            "currency": "LTC"
        }
    ],
    "referral_code": [
        {
            "code": "RRKUOOUNLNN",
            "created_on": "2022-01-18T10:15:11.740022Z",
            "modified_on": "2022-01-18T10:15:11.740059Z"
        }
    ],
    "withdrawal_fee": 0.0002316,
    "withdrawal_fee_quote": 0.005242549730844,
    "user_provided_amount": 1,
    "amount_usd": 0.0,
    "amount_btc": 0.01786128115744,
    "amount_eur": 0.0,
    "amount_quote_fee": 0.0,
    "payment_url": null,
    "display_refund_address": false,
    "price": {
        "rate": 22.169169025,
        "rate_usd": 22.169169025,
        "rate_btc": 22.169169025,
        "rate_eur": 22.169169025
    }
}