GET /en/api/v1/orders/O6TJ9P/?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 23:44:05 GMT
Vary: Accept

{
    "order_type": 1,
    "amount_base": "0.006279750000000000",
    "is_default_rule": false,
    "unique_reference": "O6TJ9P",
    "amount_quote": "0.120926432395620000",
    "pair": {
        "name": "BTCETH",
        "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.00043488",
            "extra_id": null,
            "network": {
                "name": "BTC"
            },
            "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.00019465",
            "extra_id": null,
            "network": {
                "name": "ETH"
            },
            "decimals": 18
        },
        "fee_ask": 0.028,
        "fee_bid": 0.028
    },
    "withdraw_address": {
        "type": "W",
        "name": "",
        "address": "bc1q6q5wfy8hhfret0gyau2elvecsg4rduqvzq7u55",
        "currency_code": "BTC",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "refund_address": {
        "type": "W",
        "name": "",
        "address": "0x4598A24e9976441DD3F025fE3619D219B6Ee44d4",
        "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-06-23T10:46:51.648495Z",
    "from_default_rule": false,
    "payment_window": 3,
    "payment_deadline": "2022-06-23T10:49:51.648495Z",
    "kyc_deadline": null,
    "status_name": [
        [
            16,
            "COMPLETED"
        ]
    ],
    "transactions": [
        {
            "created_on": "2022-06-23T11:01:01.476010Z",
            "modified_on": "2022-07-14T11:49:51.405831Z",
            "type": "W",
            "address_to": 588420,
            "tx_id": "513c253c89aea78f005c6c5ac7273bf204f521eef57aa4a516a02f8bbf82e10b",
            "confirmations": 1,
            "amount": "0.006279750000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-06-23T11:01:01.471729Z",
            "currency": "BTC"
        },
        {
            "created_on": "2022-06-23T10:48:21.031598Z",
            "modified_on": "2022-06-23T10:51:44.527288Z",
            "type": "D",
            "address_to": 1163,
            "tx_id": "0xb29120cba58f791c9d42edbc6f5fd771f8c0fa4e5ceb2a23fec9c72515d77a02",
            "confirmations": 14,
            "amount": "0.120926432395620000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-06-23T10:46:43Z",
            "currency": "ETH"
        }
    ],
    "referral_code": [
        {
            "code": "RH4EWGPVDNF",
            "created_on": "2022-06-23T10:46:51.487890Z",
            "modified_on": "2022-06-23T10:46:51.487923Z"
        }
    ],
    "withdrawal_fee": 0.00043488,
    "withdrawal_fee_quote": 0.0083742962570496,
    "user_provided_amount": 0,
    "amount_usd": 0.0,
    "amount_btc": 0.0058625134425396574,
    "amount_eur": 0.0,
    "amount_quote_fee": 0.0,
    "payment_url": null,
    "display_refund_address": false,
    "price": {
        "rate": 18.62902898,
        "rate_usd": 18.62902898,
        "rate_btc": 18.62902898,
        "rate_eur": 18.62902898
    }
}