GET /en/api/v1/orders/ODJ3OI/?format=api
HTTP 200 OK
Allow: GET, PATCH
Cache-Control: max-age=0, no-cache, no-store, must-revalidate, private
Content-Type: application/json
Expires: Mon, 29 Apr 2024 14:07:30 GMT
Vary: Accept

{
    "order_type": 1,
    "amount_base": "3952.962744000000000000",
    "is_default_rule": false,
    "unique_reference": "ODJ3OI",
    "amount_quote": "4035.345097000000000000",
    "pair": {
        "name": "USDCUSDTERC",
        "base": {
            "code": "USDC",
            "name": "USD Coin",
            "min_confirmations": 12,
            "is_crypto": true,
            "minimal_amount": "124.96358585",
            "maximal_amount": "100006.42200455",
            "contract_address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
            "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": "1.94868445",
            "extra_id": null,
            "network": {
                "name": "ETH"
            },
            "decimals": 6
        },
        "quote": {
            "code": "USDTERC",
            "name": "tether ERC20",
            "min_confirmations": 12,
            "is_crypto": true,
            "minimal_amount": "124.95165930",
            "maximal_amount": "99980.59779912",
            "contract_address": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
            "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": "1.86041520",
            "extra_id": null,
            "network": {
                "name": "ETH"
            },
            "decimals": 6
        },
        "fee_ask": 0.028,
        "fee_bid": 0.028
    },
    "withdraw_address": {
        "type": "W",
        "name": "",
        "address": "0x9ac783038ccbb1fe58ea4f6f5b5738bf244ee925",
        "currency_code": "USDC",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "refund_address": {
        "type": "W",
        "name": "",
        "address": "0x9ac783038CcbB1FE58eA4F6f5b5738bf244Ee925",
        "currency_code": "USDTERC"
    },
    "user_marked_as_paid": false,
    "deposit_address": {
        "type": "I",
        "name": "",
        "address": "0xA4A0F37031BE58a66a8C17185b9a3f1C0634e192",
        "currency_code": "USDTERC",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "created_on": "2022-06-23T10:43:43.924552Z",
    "from_default_rule": false,
    "payment_window": 3,
    "payment_deadline": "2022-06-23T10:46:43.924552Z",
    "kyc_deadline": null,
    "status_name": [
        [
            16,
            "COMPLETED"
        ]
    ],
    "transactions": [
        {
            "created_on": "2022-06-23T10:54:53.219058Z",
            "modified_on": "2022-06-23T10:59:44.588114Z",
            "type": "W",
            "address_to": 598446,
            "tx_id": "0x4fe109945c6f6d7f6b64fb8c0a2a70e9a04b36ae205ae517ab9ab046d8a404f6",
            "confirmations": 20,
            "amount": "3952.962744000000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-06-23T10:54:53.216314Z",
            "currency": "USDC"
        },
        {
            "created_on": "2022-06-23T10:44:41.979808Z",
            "modified_on": "2022-06-23T10:49:45.527739Z",
            "type": "D",
            "address_to": 242295,
            "tx_id": "0x00e6cb848fcd84d3554945680f5f7fd206acb440f560b92d8a24860fc6299c3d",
            "confirmations": 20,
            "amount": "4035.345097000000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-06-23T10:43:51Z",
            "currency": "USDTERC"
        }
    ],
    "referral_code": [
        {
            "code": "RFFZUPPZPXZ",
            "created_on": "2022-06-23T10:43:43.778484Z",
            "modified_on": "2022-06-23T10:43:43.778513Z"
        }
    ],
    "withdrawal_fee": 1.94868445,
    "withdrawal_fee_quote": 1.989296320069737,
    "user_provided_amount": 1,
    "amount_usd": 0.0,
    "amount_btc": 0.06496048127619648,
    "amount_eur": 0.0,
    "amount_quote_fee": 0.0,
    "payment_url": null,
    "display_refund_address": false,
    "price": {
        "rate": 1.00066798,
        "rate_usd": 1.00066798,
        "rate_btc": 1.00066798,
        "rate_eur": 1.00066798
    }
}