GET /en/api/v1/orders/OPWFVN/?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 10:39:07 GMT
Vary: Accept

{
    "order_type": 1,
    "amount_base": "1.252789844000000000",
    "is_default_rule": false,
    "unique_reference": "OPWFVN",
    "amount_quote": "0.004363680000000000",
    "pair": {
        "name": "SOLBTC",
        "base": {
            "code": "SOL",
            "name": "Solana",
            "min_confirmations": 1,
            "is_crypto": true,
            "minimal_amount": "0.50000000",
            "maximal_amount": "171.26398980",
            "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.00001500",
            "extra_id": null,
            "network": {
                "name": "SOL"
            },
            "decimals": 9
        },
        "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.00098280",
            "extra_id": null,
            "network": {
                "name": "BTC"
            },
            "decimals": 8
        },
        "fee_ask": 0.028,
        "fee_bid": 0.028
    },
    "withdraw_address": {
        "type": "W",
        "name": "",
        "address": "8FMA9yUnBKgUScz9yAxAaprJfXGrMr1dVFqRQin8aPat",
        "currency_code": "SOL",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "refund_address": {
        "type": "W",
        "name": "",
        "address": "bc1qm4jkdvmz7rqn8fz397uyla9a3xytuwp4zq0l84",
        "currency_code": "BTC"
    },
    "user_marked_as_paid": false,
    "deposit_address": {
        "type": "D",
        "name": "",
        "address": "bc1qf2kp3j7nfmxxm4pknm08zx0kt3xlnkuk42eky3",
        "currency_code": "BTC",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "created_on": "2022-01-14T19:04:05.103012Z",
    "from_default_rule": false,
    "payment_window": 15,
    "payment_deadline": "2022-01-14T19:19:05.103012Z",
    "kyc_deadline": null,
    "status_name": [
        [
            16,
            "COMPLETED"
        ]
    ],
    "transactions": [
        {
            "created_on": "2022-01-14T20:10:59.524042Z",
            "modified_on": "2022-01-14T20:14:47.232231Z",
            "type": "W",
            "address_to": 326290,
            "tx_id": "27TUJuXHa91S4TSsYXcV2grRwFJD5nt9vKjuYnyM5b1dQJAMtzRPULcAD2wTbgLooBaYyZ2QDUgiAYfxN9dKwFec",
            "confirmations": 1,
            "amount": "1.252789844000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-01-14T20:10:59.520033Z",
            "currency": "SOL"
        },
        {
            "created_on": "2022-01-14T19:04:29.387019Z",
            "modified_on": "2022-01-14T19:16:14.864939Z",
            "type": "D",
            "address_to": 326292,
            "tx_id": "f22b3c7fa17b867370a37ddfca880427b4f63fc1293bc78976488aaf96dc86e5",
            "confirmations": 1,
            "amount": "0.004363680000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-01-14T19:04:13Z",
            "currency": "BTC"
        }
    ],
    "referral_code": [
        {
            "code": "RKDOMWYX8P6",
            "created_on": "2022-01-14T19:04:04.489787Z",
            "modified_on": "2022-01-14T19:04:04.489812Z"
        }
    ],
    "withdrawal_fee": 1.5e-05,
    "withdrawal_fee_quote": 5.224755e-08,
    "user_provided_amount": 1,
    "amount_usd": 0.0,
    "amount_btc": 0.00436368,
    "amount_eur": 0.0,
    "amount_quote_fee": 0.0,
    "payment_url": null,
    "display_refund_address": false,
    "price": {
        "rate": 0.003413055,
        "rate_usd": 0.003413055,
        "rate_btc": 0.003413055,
        "rate_eur": 0.003413055
    }
}