GET /en/api/v1/orders/OQTTVB/?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 05:51:21 GMT
Vary: Accept

{
    "order_type": 1,
    "amount_base": "1.328052113000000000",
    "is_default_rule": false,
    "unique_reference": "OQTTVB",
    "amount_quote": "0.060000000000000000",
    "pair": {
        "name": "SOLETH",
        "base": {
            "code": "SOL",
            "name": "Solana",
            "min_confirmations": 1,
            "is_crypto": true,
            "minimal_amount": "0.50000000",
            "maximal_amount": "171.26398980",
            "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.00001500",
            "extra_id": null,
            "network": {
                "name": "SOL"
            },
            "decimals": 9
        },
        "quote": {
            "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.00021009",
            "extra_id": null,
            "network": {
                "name": "ETH"
            },
            "decimals": 18
        },
        "fee_ask": 0.028,
        "fee_bid": 0.028
    },
    "withdraw_address": {
        "type": "W",
        "name": "",
        "address": "3sw5bEwAas6cpnpB5CZuWsKkkJbLeJZW99j5TNvU2V6q",
        "currency_code": "SOL",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "refund_address": {
        "type": "W",
        "name": "",
        "address": "0x7CC298d5292203C065B212b18C334584b2bf7584",
        "currency_code": "ETH"
    },
    "user_marked_as_paid": false,
    "deposit_address": {
        "type": "D",
        "name": "",
        "address": "0x1A748A444C59aca074D61cB9ed0acfBae38762fC",
        "currency_code": "ETH",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "created_on": "2022-01-15T01:41:30.557911Z",
    "from_default_rule": false,
    "payment_window": 15,
    "payment_deadline": "2022-01-15T01:56:30.557911Z",
    "kyc_deadline": null,
    "status_name": [
        [
            16,
            "COMPLETED"
        ]
    ],
    "transactions": [
        {
            "created_on": "2022-01-15T01:53:07.508139Z",
            "modified_on": "2022-01-15T01:56:54.205595Z",
            "type": "W",
            "address_to": 326925,
            "tx_id": "inPVcy2UspL1hioodSH19WvNEG8DmwBkU9ck7PaKcfH6q5mcv3D6dau42LSz3bkmi5vcwk94jk6K9F1V1mp4t9c",
            "confirmations": 1,
            "amount": "1.328052113000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-01-15T01:53:07.504576Z",
            "currency": "SOL"
        },
        {
            "created_on": "2022-01-15T01:42:25.719379Z",
            "modified_on": "2022-01-15T01:44:03.623892Z",
            "type": "D",
            "address_to": 326927,
            "tx_id": "0xb1c7ea1929ce8c1cf468b62f2b975d7312712e0fafc2f1043c1cced029544d07",
            "confirmations": 12,
            "amount": "0.060000000000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-01-15T01:42:25.715701Z",
            "currency": "ETH"
        }
    ],
    "referral_code": [
        {
            "code": "RUSGSTKXRIH",
            "created_on": "2022-01-15T01:41:30.063296Z",
            "modified_on": "2022-01-15T01:41:30.063326Z"
        }
    ],
    "withdrawal_fee": 1.5e-05,
    "withdrawal_fee_quote": 6.7768425e-07,
    "user_provided_amount": 1,
    "amount_usd": 0.0,
    "amount_btc": 0.0029028,
    "amount_eur": 0.0,
    "amount_quote_fee": 0.0,
    "payment_url": null,
    "display_refund_address": false,
    "price": {
        "rate": 0.044263465,
        "rate_usd": 0.044263465,
        "rate_btc": 0.044263465,
        "rate_eur": 0.044263465
    }
}