GET /en/api/v1/orders/OKIJ26/?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: Fri, 26 Apr 2024 03:45:02 GMT
Vary: Accept

{
    "order_type": 1,
    "amount_base": "204.143519000000000000",
    "is_default_rule": false,
    "unique_reference": "OKIJ26",
    "amount_quote": "0.007496150000000000",
    "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.00008640",
            "extra_id": null,
            "network": {
                "name": "BTC"
            },
            "decimals": 8
        },
        "fee_ask": 0.028,
        "fee_bid": 0.028
    },
    "withdraw_address": {
        "type": "W",
        "name": "",
        "address": "addr1qyh4k3e2umsghmucma8r40lygfvx5t8ynm5vsckzxz23jvf0tdrj4ehq30he3h6w82l7gsjcdgkwf8hgep3vyvy4rycsp3rhrl",
        "currency_code": "ADA",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "refund_address": {
        "type": "W",
        "name": "",
        "address": "bc1q7lm302hmxkkcyz5fuv6e30evht7ynwsuk80880",
        "currency_code": "BTC"
    },
    "user_marked_as_paid": false,
    "deposit_address": {
        "type": "D",
        "name": "",
        "address": "bc1q957egzqmsyk094fu43z47a67c6nkvuuqejprcu",
        "currency_code": "BTC",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "created_on": "2022-01-18T10:34:56.404031Z",
    "from_default_rule": false,
    "payment_window": 15,
    "payment_deadline": "2022-01-18T10:49:56.404031Z",
    "kyc_deadline": null,
    "status_name": [
        [
            16,
            "COMPLETED"
        ]
    ],
    "transactions": [
        {
            "created_on": "2022-01-18T10:38:14.627773Z",
            "modified_on": "2022-01-18T10:46:41.403383Z",
            "type": "W",
            "address_to": 331996,
            "tx_id": "6f9a4485d20f0aa0349a974712af995bf30a836be6be51d5376f27b17b49284b",
            "confirmations": 10,
            "amount": "204.143519000000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-01-18T10:38:14.624869Z",
            "currency": "ADA"
        },
        {
            "created_on": "2022-01-18T10:35:47.303693Z",
            "modified_on": "2022-01-18T10:38:10.353649Z",
            "type": "D",
            "address_to": 331998,
            "tx_id": "c3bc028690fdc292f5eb6412943eb0e07c77bef879ea6962770755e35d5e20ee",
            "confirmations": 1,
            "amount": "0.007496150000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-01-18T10:35:07Z",
            "currency": "BTC"
        }
    ],
    "referral_code": [
        {
            "code": "RHQMQSFAKTM",
            "created_on": "2022-01-18T10:34:55.967890Z",
            "modified_on": "2022-01-18T10:34:55.967922Z"
        }
    ],
    "withdrawal_fee": 0.12706275,
    "withdrawal_fee_quote": 4.66574418e-06,
    "user_provided_amount": 1,
    "amount_usd": 0.0,
    "amount_btc": 0.00749615,
    "amount_eur": 0.0,
    "amount_quote_fee": 0.0,
    "payment_url": null,
    "display_refund_address": false,
    "price": {
        "rate": 3.5975e-05,
        "rate_usd": 3.5975e-05,
        "rate_btc": 3.5975e-05,
        "rate_eur": 3.5975e-05
    }
}