GET /en/api/v1/orders/OCOIDV/?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: Sat, 20 Apr 2024 11:32:49 GMT
Vary: Accept

{
    "order_type": 1,
    "amount_base": "1318.466083150000000000",
    "is_default_rule": false,
    "unique_reference": "OCOIDV",
    "amount_quote": "0.006025390000000000",
    "pair": {
        "name": "DOGEBTC",
        "base": {
            "code": "DOGE",
            "name": "dogecoin",
            "min_confirmations": 4,
            "is_crypto": true,
            "minimal_amount": "355.35338843",
            "maximal_amount": "155106.81109992",
            "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.34200000",
            "extra_id": null,
            "network": {
                "name": "DOGE"
            },
            "decimals": 8
        },
        "quote": {
            "code": "BTC",
            "name": "bitcoin",
            "min_confirmations": 1,
            "is_crypto": true,
            "minimal_amount": "0.01250000",
            "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.00071366",
            "extra_id": null,
            "network": {
                "name": "BTC"
            },
            "decimals": 8
        },
        "fee_ask": 0.028,
        "fee_bid": 0.028
    },
    "withdraw_address": {
        "type": "W",
        "name": "",
        "address": "DDVtZVuJi9fHAM6BTcPfNofCR4kQHtATnK",
        "currency_code": "DOGE",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "refund_address": {
        "type": "W",
        "name": "",
        "address": "bc1qmqufdmzccq9putp6k5q3rlpxqhac77zctvfdhh",
        "currency_code": "BTC"
    },
    "user_marked_as_paid": false,
    "deposit_address": {
        "type": "D",
        "name": "",
        "address": "bc1qe6akl4f8x3uzlcx9t56dmgu96rthc9z3zap9ns",
        "currency_code": "BTC",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "created_on": "2022-01-14T19:18:58.026227Z",
    "from_default_rule": false,
    "payment_window": 15,
    "payment_deadline": "2022-01-14T19:33:58.026227Z",
    "kyc_deadline": null,
    "status_name": [
        [
            16,
            "COMPLETED"
        ]
    ],
    "transactions": [
        {
            "created_on": "2022-01-14T19:23:38.596330Z",
            "modified_on": "2022-01-14T19:31:37.935696Z",
            "type": "W",
            "address_to": 326315,
            "tx_id": "9c296a6ecaedd0a18a96622419796d063811546e00ab6086679a8aab4a21ff19",
            "confirmations": 13,
            "amount": "1318.466083150000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-01-14T19:23:38.593823Z",
            "currency": "DOGE"
        },
        {
            "created_on": "2022-01-14T19:19:11.940652Z",
            "modified_on": "2022-01-14T19:23:26.514846Z",
            "type": "D",
            "address_to": 326317,
            "tx_id": "dabd13bd981f8c428457f576333172232a74f2542be08dc0f59022216671d358",
            "confirmations": 1,
            "amount": "0.006025390000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-01-14T19:19:10Z",
            "currency": "BTC"
        }
    ],
    "referral_code": [
        {
            "code": "RUIRWLHW7BT",
            "created_on": "2022-01-14T19:18:57.011934Z",
            "modified_on": "2022-01-14T19:18:57.011959Z"
        }
    ],
    "withdrawal_fee": 0.342,
    "withdrawal_fee_quote": 1.56294e-06,
    "user_provided_amount": 1,
    "amount_usd": 0.0,
    "amount_btc": 0.00602539,
    "amount_eur": 0.0,
    "amount_quote_fee": 0.0,
    "payment_url": null,
    "display_refund_address": false,
    "price": {
        "rate": 4.36e-06,
        "rate_usd": 4.36e-06,
        "rate_btc": 4.36e-06,
        "rate_eur": 4.36e-06
    }
}