GET /en/api/v1/orders/OEVHTW/?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: Tue, 30 Apr 2024 05:07:03 GMT
Vary: Accept

{
    "order_type": 1,
    "amount_base": "4302.894906000000000000",
    "is_default_rule": false,
    "unique_reference": "OEVHTW",
    "amount_quote": "60000.000000000000000000",
    "pair": {
        "name": "USDTTRXTRX",
        "base": {
            "code": "USDTTRX",
            "name": "Tether Tron",
            "min_confirmations": 1,
            "is_crypto": true,
            "minimal_amount": "200.00000000",
            "maximal_amount": "99980.59779912",
            "contract_address": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
            "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.00542284",
            "extra_id": null,
            "network": {
                "name": "TRON"
            },
            "decimals": 6
        },
        "quote": {
            "code": "TRX",
            "name": "Tron",
            "min_confirmations": 1,
            "is_crypto": true,
            "minimal_amount": "229.68833953",
            "maximal_amount": "490798.96922891",
            "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.82500000",
            "extra_id": null,
            "network": {
                "name": "TRON"
            },
            "decimals": 6
        },
        "fee_ask": 0.028,
        "fee_bid": 0.028
    },
    "withdraw_address": {
        "type": "W",
        "name": "",
        "address": "TE6x5TThBh21k2o8qDoAamhbsCWkVDgBaQ",
        "currency_code": "USDTTRX",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "refund_address": {
        "type": "W",
        "name": "",
        "address": "TE6x5TThBh21k2o8qDoAamhbsCWkVDgBaQ",
        "currency_code": "TRX"
    },
    "user_marked_as_paid": false,
    "deposit_address": {
        "type": "I",
        "name": "Fireblocks Main",
        "address": "TPrMJcmPVuGitekhff6y9mBDyqpjGCcchy",
        "currency_code": "TRX",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "created_on": "2022-05-14T06:53:55.513977Z",
    "from_default_rule": false,
    "payment_window": 15,
    "payment_deadline": "2022-05-14T07:08:55.513977Z",
    "kyc_deadline": null,
    "status_name": [
        [
            16,
            "COMPLETED"
        ]
    ],
    "transactions": [
        {
            "created_on": "2022-05-14T06:59:31.470399Z",
            "modified_on": "2022-07-14T19:19:41.534812Z",
            "type": "W",
            "address_to": 548273,
            "tx_id": "42cfc01f6c77887bdb38a8836e60ea1d7c3746f3c4644d5242301fda3d08ea46",
            "confirmations": 1,
            "amount": "4302.894906000000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-05-14T06:59:31.467572Z",
            "currency": "USDTTRX"
        },
        {
            "created_on": "2022-05-14T06:54:26.494850Z",
            "modified_on": "2022-05-14T06:55:17.259714Z",
            "type": "D",
            "address_to": 500460,
            "tx_id": "6fa4ca15d7a52c181072b05bf4ffa5f7ab5a54cff2e405e63f1366de032301da",
            "confirmations": 1,
            "amount": "60000.000000000000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-05-14T06:54:24Z",
            "currency": "TRX"
        }
    ],
    "referral_code": [
        {
            "code": "R9ABSEXQEAK",
            "created_on": "2022-05-14T06:53:55.357665Z",
            "modified_on": "2022-05-14T06:53:55.357690Z"
        }
    ],
    "withdrawal_fee": 1.00542284,
    "withdrawal_fee_quote": 14.019717357202673,
    "user_provided_amount": 1,
    "amount_usd": 0.0,
    "amount_btc": 0.114,
    "amount_eur": 0.0,
    "amount_quote_fee": 0.0,
    "payment_url": null,
    "display_refund_address": false,
    "price": {
        "rate": 13.57586229,
        "rate_usd": 13.57586229,
        "rate_btc": 13.57586229,
        "rate_eur": 13.57586229
    }
}