GET /en/api/v1/orders/OXF3FT/?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: Thu, 25 Apr 2024 21:44:17 GMT
Vary: Accept

{
    "order_type": 1,
    "amount_base": "6.310487712000000000",
    "is_default_rule": false,
    "unique_reference": "OXF3FT",
    "amount_quote": "0.293213150000000000",
    "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.00018644",
            "extra_id": null,
            "network": {
                "name": "ETH"
            },
            "decimals": 18
        },
        "fee_ask": 0.028,
        "fee_bid": 0.028
    },
    "withdraw_address": {
        "type": "W",
        "name": "",
        "address": "AH7qAdjrBkb63rBJyBW26pk9ki9eChWNTFCGNmFtqR7E",
        "currency_code": "SOL",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "refund_address": {
        "type": "W",
        "name": "",
        "address": "0x40325F2380988dE5b6B0F222FFDcad5662939E93",
        "currency_code": "ETH"
    },
    "user_marked_as_paid": false,
    "deposit_address": {
        "type": "D",
        "name": "",
        "address": "0x38094154Fb07BE6c9806cAEFef00c6848a130224",
        "currency_code": "ETH",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "created_on": "2022-01-15T01:31:55.969322Z",
    "from_default_rule": false,
    "payment_window": 15,
    "payment_deadline": "2022-01-15T01:46:55.969322Z",
    "kyc_deadline": null,
    "status_name": [
        [
            16,
            "COMPLETED"
        ]
    ],
    "transactions": [
        {
            "created_on": "2022-01-15T01:49:56.904426Z",
            "modified_on": "2022-01-15T01:53:46.471815Z",
            "type": "W",
            "address_to": 326916,
            "tx_id": "d8oChhq4zzZnVze9WYZkHDcddLbFoHZ4AUsiN9YkwhJbNnPZutAuYFwefahgypxGaJefQf5u5eFuAY1hMwtHozo",
            "confirmations": 1,
            "amount": "6.310487712000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-01-15T01:49:56.900963Z",
            "currency": "SOL"
        },
        {
            "created_on": "2022-01-15T01:33:22.666189Z",
            "modified_on": "2022-01-15T01:49:47.279135Z",
            "type": "D",
            "address_to": 326918,
            "tx_id": "0x66f5e7ecb5319441367511c985d9a9b5a5964e79c793ae6d8f83d60719c1c99d",
            "confirmations": 73,
            "amount": "0.293213150000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-01-15T01:33:22.661552Z",
            "currency": "ETH"
        }
    ],
    "referral_code": [
        {
            "code": "R4VKCOC0LN4",
            "created_on": "2022-01-15T01:31:55.556201Z",
            "modified_on": "2022-01-15T01:31:55.556226Z"
        }
    ],
    "withdrawal_fee": 1.5e-05,
    "withdrawal_fee_quote": 6.969663e-07,
    "user_provided_amount": 1,
    "amount_usd": 0.0,
    "amount_btc": 0.0143821050075,
    "amount_eur": 0.0,
    "amount_quote_fee": 0.0,
    "payment_url": null,
    "display_refund_address": false,
    "price": {
        "rate": 0.04432672,
        "rate_usd": 0.04432672,
        "rate_btc": 0.04432672,
        "rate_eur": 0.04432672
    }
}