GET /en/api/v1/orders/O7SCDX/?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, 23 Apr 2024 23:06:58 GMT
Vary: Accept

{
    "order_type": 1,
    "amount_base": "1896.862985000000000000",
    "is_default_rule": false,
    "unique_reference": "O7SCDX",
    "amount_quote": "0.044993590000000000",
    "pair": {
        "name": "USDTERCBTC",
        "base": {
            "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": "2.28901238",
            "extra_id": null,
            "network": {
                "name": "ETH"
            },
            "decimals": 6
        },
        "quote": {
            "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.00038016",
            "extra_id": null,
            "network": {
                "name": "BTC"
            },
            "decimals": 8
        },
        "fee_ask": 0.028,
        "fee_bid": 0.028
    },
    "withdraw_address": {
        "type": "W",
        "name": "",
        "address": "0x6359D32aA89a4A11e21c0e79B849b8fF5794561e",
        "currency_code": "USDTERC",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "refund_address": {
        "type": "W",
        "name": "",
        "address": "bc1ql34d9t6kq3meyjc2z485jtd7mddyz270zq4waa",
        "currency_code": "BTC"
    },
    "user_marked_as_paid": false,
    "deposit_address": {
        "type": "D",
        "name": "",
        "address": "bc1qemv9stjuey0rtnxdnv3lh9zc3kvmswh5krwunt",
        "currency_code": "BTC",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "created_on": "2022-01-15T01:34:57.884252Z",
    "from_default_rule": false,
    "payment_window": 15,
    "payment_deadline": "2022-01-15T01:49:57.884252Z",
    "kyc_deadline": null,
    "status_name": [
        [
            16,
            "COMPLETED"
        ]
    ],
    "transactions": [
        {
            "created_on": "2022-01-15T02:04:51.705561Z",
            "modified_on": "2022-01-15T02:10:37.747321Z",
            "type": "W",
            "address_to": 310330,
            "tx_id": "0xac19b257398c1ca64897ae699c1a3f5196b47073156c04ba1e31317314502611",
            "confirmations": 20,
            "amount": "1896.862985000000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-01-15T02:04:51.701846Z",
            "currency": "USDTERC"
        },
        {
            "created_on": "2022-01-15T01:35:31.937083Z",
            "modified_on": "2022-01-15T01:42:56.478164Z",
            "type": "D",
            "address_to": 326920,
            "tx_id": "83fb845842123c21e7aa7efd59afa27a1d7a84619183d68875fd0868dbc1ec2b",
            "confirmations": 1,
            "amount": "0.044993590000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-01-15T01:35:08Z",
            "currency": "BTC"
        }
    ],
    "referral_code": [
        {
            "code": "RRDZXEGVLAX",
            "created_on": "2022-01-15T01:34:57.454575Z",
            "modified_on": "2022-01-15T01:34:57.454621Z"
        }
    ],
    "withdrawal_fee": 2.28901238,
    "withdrawal_fee_quote": 5.42953736536e-05,
    "user_provided_amount": 1,
    "amount_usd": 0.0,
    "amount_btc": 0.04499359,
    "amount_eur": 0.0,
    "amount_quote_fee": 0.0,
    "payment_url": null,
    "display_refund_address": false,
    "price": {
        "rate": 2.3245e-05,
        "rate_usd": 2.3245e-05,
        "rate_btc": 2.3245e-05,
        "rate_eur": 2.3245e-05
    }
}