GET /en/api/v1/orders/OOAF1C/?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: Fri, 26 Apr 2024 08:54:23 GMT
Vary: Accept

{
    "order_type": 1,
    "amount_base": "0.562884790000000000",
    "is_default_rule": false,
    "unique_reference": "OOAF1C",
    "amount_quote": "0.045319250000000000",
    "pair": {
        "name": "ETHBTC",
        "base": {
            "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.00020563",
            "extra_id": null,
            "network": {
                "name": "ETH"
            },
            "decimals": 18
        },
        "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.00008064",
            "extra_id": null,
            "network": {
                "name": "BTC"
            },
            "decimals": 8
        },
        "fee_ask": 0.028,
        "fee_bid": 0.028
    },
    "withdraw_address": {
        "type": "W",
        "name": "",
        "address": "0xc5673d1e7c383b6f10faae24c8f171d6428df9dd",
        "currency_code": "ETH",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "refund_address": {
        "type": "W",
        "name": "",
        "address": "bc1q6pkz6vejxwfvvl7agzf5d4xdf3nqlrdresfzv5",
        "currency_code": "BTC"
    },
    "user_marked_as_paid": false,
    "deposit_address": {
        "type": "D",
        "name": "",
        "address": "bc1qmna4xyax6yem45c6wnqzhm6dmw3anm5apsvvz9",
        "currency_code": "BTC",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "created_on": "2022-01-15T00:57:47.163424Z",
    "from_default_rule": false,
    "payment_window": 15,
    "payment_deadline": "2022-01-15T01:12:47.163424Z",
    "kyc_deadline": null,
    "status_name": [
        [
            16,
            "COMPLETED"
        ]
    ],
    "transactions": [
        {
            "created_on": "2022-01-15T01:17:29.996111Z",
            "modified_on": "2022-01-15T01:20:39.114353Z",
            "type": "W",
            "address_to": 326842,
            "tx_id": "0xba78bb75a03a3d79ab579865bbc8adaf9b0e0f1256bc8ae8c44472e3e5f0294d",
            "confirmations": 14,
            "amount": "0.562884790000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-01-15T01:17:29.992738Z",
            "currency": "ETH"
        },
        {
            "created_on": "2022-01-15T00:58:20.754405Z",
            "modified_on": "2022-01-15T01:17:26.436328Z",
            "type": "D",
            "address_to": 326844,
            "tx_id": "61fddcb63331e169f8b92c77aebaeac51722c5dd637dead8f789b4f2c455a39e",
            "confirmations": 3,
            "amount": "0.045319250000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-01-15T00:57:55Z",
            "currency": "BTC"
        }
    ],
    "referral_code": [
        {
            "code": "R78M8IKAX3M",
            "created_on": "2022-01-15T00:57:46.812078Z",
            "modified_on": "2022-01-15T00:57:46.812110Z"
        }
    ],
    "withdrawal_fee": 0.00020563,
    "withdrawal_fee_quote": 1.65557812624e-05,
    "user_provided_amount": 1,
    "amount_usd": 0.0,
    "amount_btc": 0.04531925,
    "amount_eur": 0.0,
    "amount_quote_fee": 0.0,
    "payment_url": null,
    "display_refund_address": false,
    "price": {
        "rate": 0.076934525,
        "rate_usd": 0.076934525,
        "rate_btc": 0.076934525,
        "rate_eur": 0.076934525
    }
}