GET /en/api/v1/orders/OETPUI/?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, 26 Apr 2024 11:16:38 GMT
Vary: Accept

{
    "order_type": 1,
    "amount_base": "0.007229270000000000",
    "is_default_rule": false,
    "unique_reference": "OETPUI",
    "amount_quote": "3000.000000000000000000",
    "pair": {
        "name": "BTCTRX",
        "base": {
            "code": "BTC",
            "name": "bitcoin",
            "min_confirmations": 1,
            "is_crypto": true,
            "minimal_amount": "0.00200000",
            "maximal_amount": "10.00000000",
            "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.00005760",
            "extra_id": null,
            "network": {
                "name": "BTC"
            },
            "decimals": 8
        },
        "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": "bc1q89pk4rhr9pg5eh3hjz9892r8mxljl2ygdlm652",
        "currency_code": "BTC",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "refund_address": {
        "type": "W",
        "name": "",
        "address": "TXLbLpXgx9aYoeF6ECmRwNNimLkLVLx18N",
        "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:20:41.195377Z",
    "from_default_rule": false,
    "payment_window": 15,
    "payment_deadline": "2022-05-14T06:35:41.195377Z",
    "kyc_deadline": null,
    "status_name": [
        [
            16,
            "COMPLETED"
        ]
    ],
    "transactions": [
        {
            "created_on": "2022-05-14T06:28:22.913928Z",
            "modified_on": "2022-07-14T19:19:44.992236Z",
            "type": "W",
            "address_to": 548263,
            "tx_id": "b3a16e1c475357e41df0fb4967c4b9391e77aea26ba81e7417f15d667f201570",
            "confirmations": 1,
            "amount": "0.007229270000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-05-14T06:28:22.910912Z",
            "currency": "BTC"
        },
        {
            "created_on": "2022-05-14T06:21:08.754637Z",
            "modified_on": "2022-05-14T06:21:44.556581Z",
            "type": "D",
            "address_to": 500460,
            "tx_id": "291584b6f71579efdd41d6b9e660ff2a8d7dab27e90267a0b0f8dec30007fb49",
            "confirmations": 1,
            "amount": "3000.000000000000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-05-14T06:20:53Z",
            "currency": "TRX"
        }
    ],
    "referral_code": [
        {
            "code": "RHQF86FODMW",
            "created_on": "2022-05-14T06:20:41.018095Z",
            "modified_on": "2022-05-14T06:20:41.018118Z"
        }
    ],
    "withdrawal_fee": 5.76e-05,
    "withdrawal_fee_quote": 23.90283400809715,
    "user_provided_amount": 1,
    "amount_usd": 0.0,
    "amount_btc": 0.005535,
    "amount_eur": 0.0,
    "amount_quote_fee": 0.0,
    "payment_url": null,
    "display_refund_address": false,
    "price": {
        "rate": 404062.45918767,
        "rate_usd": 404062.45918767,
        "rate_btc": 404062.45918767,
        "rate_eur": 404062.45918767
    }
}