GET /en/api/v1/orders/OZEYAV/?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: Thu, 25 Apr 2024 19:24:59 GMT
Vary: Accept

{
    "order_type": 1,
    "amount_base": "211.162666000000000000",
    "is_default_rule": false,
    "unique_reference": "OZEYAV",
    "amount_quote": "0.006685410000000000",
    "pair": {
        "name": "ADABTC",
        "base": {
            "code": "ADA",
            "name": "Cardano",
            "min_confirmations": 10,
            "is_crypto": true,
            "minimal_amount": "50.74282416",
            "maximal_amount": "97262.89054977",
            "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.12706275",
            "extra_id": null,
            "network": {
                "name": "ADA"
            },
            "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.00007920",
            "extra_id": null,
            "network": {
                "name": "BTC"
            },
            "decimals": 8
        },
        "fee_ask": 0.028,
        "fee_bid": 0.028
    },
    "withdraw_address": {
        "type": "W",
        "name": "",
        "address": "addr1qxk6y4ke3y7hmqdxaktuu5tzmrganapq29qe682t2nwkg4ad5ftdnzfa0kq6dmvheegk9kx3m86zq52pn5w5k4xav3tsnwm26x",
        "currency_code": "ADA",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "refund_address": {
        "type": "W",
        "name": "",
        "address": "bc1qfqar0554kkmuhw3838y7tvak0nu8t32mwec82v",
        "currency_code": "BTC"
    },
    "user_marked_as_paid": false,
    "deposit_address": {
        "type": "D",
        "name": "",
        "address": "bc1qzrstfrp9ggrkw47u9c2yp042fc0z7m80tc4dps",
        "currency_code": "BTC",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "created_on": "2022-01-22T14:12:09.047684Z",
    "from_default_rule": false,
    "payment_window": 15,
    "payment_deadline": "2022-01-22T14:27:09.047684Z",
    "kyc_deadline": null,
    "status_name": [
        [
            16,
            "COMPLETED"
        ]
    ],
    "transactions": [
        {
            "created_on": "2022-01-22T14:52:45.055448Z",
            "modified_on": "2022-01-22T15:12:36.105209Z",
            "type": "W",
            "address_to": 339322,
            "tx_id": "ce59e83e49a2c4de09b5a291d8e698b60b8d821eb9df9e7b046a4368ec37a11c",
            "confirmations": 10,
            "amount": "211.162666000000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-01-22T14:52:45.052310Z",
            "currency": "ADA"
        },
        {
            "created_on": "2022-01-22T14:12:32.365805Z",
            "modified_on": "2022-01-22T14:52:29.437486Z",
            "type": "D",
            "address_to": 339324,
            "tx_id": "c6060c7ac20f821b2d092baf49e3831354084457f3accef52a735493b3694497",
            "confirmations": 1,
            "amount": "0.006685410000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-01-22T14:12:20Z",
            "currency": "BTC"
        }
    ],
    "referral_code": [
        {
            "code": "RYFHCVVBOTO",
            "created_on": "2022-01-22T14:12:08.516596Z",
            "modified_on": "2022-01-22T14:12:08.516621Z"
        }
    ],
    "withdrawal_fee": 0.12706275,
    "withdrawal_fee_quote": 4.022806665e-06,
    "user_provided_amount": 1,
    "amount_usd": 0.0,
    "amount_btc": 0.00668541,
    "amount_eur": 0.0,
    "amount_quote_fee": 0.0,
    "payment_url": null,
    "display_refund_address": false,
    "price": {
        "rate": 3.1015e-05,
        "rate_usd": 3.1015e-05,
        "rate_btc": 3.1015e-05,
        "rate_eur": 3.1015e-05
    }
}