GET /en/api/v1/orders/OWNCRT/?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: Tue, 23 Apr 2024 18:16:34 GMT
Vary: Accept

{
    "order_type": 1,
    "amount_base": "3321.000000000000000000",
    "is_default_rule": false,
    "unique_reference": "OWNCRT",
    "amount_quote": "0.169935570000000000",
    "pair": {
        "name": "HBARETH",
        "base": {
            "code": "HBAR",
            "name": "Hedera",
            "min_confirmations": 1,
            "is_crypto": true,
            "minimal_amount": "366.49296529",
            "maximal_amount": "372256.23770467",
            "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.01440000",
            "extra_id": "memo",
            "network": {
                "name": "HBAR"
            },
            "decimals": 8
        },
        "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.00040849",
            "extra_id": null,
            "network": {
                "name": "ETH"
            },
            "decimals": 18
        },
        "fee_ask": 0.028,
        "fee_bid": 0.028
    },
    "withdraw_address": {
        "type": "W",
        "name": "",
        "address": "0.0.691858",
        "currency_code": "HBAR",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "refund_address": {
        "type": "W",
        "name": "",
        "address": "0x7fDd9e48b5a62ee4bA033403D8738ABA2071a9cE",
        "currency_code": "ETH"
    },
    "user_marked_as_paid": false,
    "deposit_address": {
        "type": "I",
        "name": "",
        "address": "0xA4A0F37031BE58a66a8C17185b9a3f1C0634e192",
        "currency_code": "ETH",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "created_on": "2022-05-14T06:34:25.572466Z",
    "from_default_rule": false,
    "payment_window": 15,
    "payment_deadline": "2022-05-14T06:49:25.572466Z",
    "kyc_deadline": null,
    "status_name": [
        [
            16,
            "COMPLETED"
        ]
    ],
    "transactions": [
        {
            "created_on": "2022-05-14T06:58:58.248540Z",
            "modified_on": "2022-07-14T19:19:42.293002Z",
            "type": "W",
            "address_to": 548265,
            "tx_id": "0.0.640578-1652511544-000000000",
            "confirmations": 1,
            "amount": "3321.000000000000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-05-14T06:58:58.245223Z",
            "currency": "HBAR"
        },
        {
            "created_on": "2022-05-14T06:35:54.299039Z",
            "modified_on": "2022-05-14T06:37:45.545644Z",
            "type": "D",
            "address_to": 1163,
            "tx_id": "0x68ba344acecc1a63805cce488d51a10b03c22c40e445243235524639c1a914cf",
            "confirmations": 12,
            "amount": "0.169935570000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-05-14T06:34:25Z",
            "currency": "ETH"
        }
    ],
    "referral_code": [
        {
            "code": "R1IXVF4NGQP",
            "created_on": "2022-05-14T06:34:25.398530Z",
            "modified_on": "2022-05-14T06:34:25.398560Z"
        }
    ],
    "withdrawal_fee": 0.0144,
    "withdrawal_fee_quote": 7.36848e-07,
    "user_provided_amount": 0,
    "amount_usd": 0.0,
    "amount_btc": 0.0082350777222,
    "amount_eur": 0.0,
    "amount_quote_fee": 0.0,
    "payment_url": null,
    "display_refund_address": false,
    "price": {
        "rate": 4.9365e-05,
        "rate_usd": 4.9365e-05,
        "rate_btc": 4.9365e-05,
        "rate_eur": 4.9365e-05
    }
}