GET /en/api/v1/orders/O55SX7/?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 15:16:28 GMT
Vary: Accept

{
    "order_type": 1,
    "amount_base": "408.407266330000000000",
    "is_default_rule": false,
    "unique_reference": "O55SX7",
    "amount_quote": "0.301907110000000000",
    "pair": {
        "name": "MATICETH",
        "base": {
            "code": "MATIC",
            "name": "Polygon",
            "min_confirmations": 12,
            "is_crypto": true,
            "minimal_amount": "145.34846961",
            "maximal_amount": "64145.88625357",
            "contract_address": "0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0",
            "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": "3.45735098",
            "extra_id": null,
            "network": {
                "name": "ETH"
            },
            "decimals": 18
        },
        "quote": {
            "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.00032604",
            "extra_id": null,
            "network": {
                "name": "ETH"
            },
            "decimals": 18
        },
        "fee_ask": 0.028,
        "fee_bid": 0.028
    },
    "withdraw_address": {
        "type": "W",
        "name": "",
        "address": "0x756cA8916079541561d32aE6bafB05c83a356668",
        "currency_code": "MATIC",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "refund_address": {
        "type": "W",
        "name": "",
        "address": "0x756cA8916079541561d32aE6bafB05c83a356668",
        "currency_code": "ETH"
    },
    "user_marked_as_paid": false,
    "deposit_address": {
        "type": "D",
        "name": "",
        "address": "0x57669BC49573cad16ac408358f7126D9990bC0A3",
        "currency_code": "ETH",
        "destination_tag": null,
        "memo": null,
        "extra_id": null
    },
    "created_on": "2022-01-15T00:55:48.588615Z",
    "from_default_rule": false,
    "payment_window": 15,
    "payment_deadline": "2022-01-15T01:10:48.588615Z",
    "kyc_deadline": null,
    "status_name": [
        [
            16,
            "COMPLETED"
        ]
    ],
    "transactions": [
        {
            "created_on": "2022-01-15T00:58:59.201878Z",
            "modified_on": "2022-01-15T01:08:39.294246Z",
            "type": "W",
            "address_to": 326839,
            "tx_id": "0xb442c3b2a2ac35ee3fcf7638efdc286715938cf65df2d6e8aca8ca4c83383118",
            "confirmations": 14,
            "amount": "408.407266330000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-01-15T00:58:59.198450Z",
            "currency": "MATIC"
        },
        {
            "created_on": "2022-01-15T00:57:25.223821Z",
            "modified_on": "2022-01-15T00:58:52.799388Z",
            "type": "D",
            "address_to": 326841,
            "tx_id": "0x947e086f0b1537da75cc70b85045f9f67664ad1b039997f0d9bfbb944975e668",
            "confirmations": 12,
            "amount": "0.301907110000000000",
            "is_verified": false,
            "is_completed": false,
            "time": "2022-01-15T00:57:25.219565Z",
            "currency": "ETH"
        }
    ],
    "referral_code": [
        {
            "code": "RXDXE87IYVN",
            "created_on": "2022-01-15T00:55:48.059330Z",
            "modified_on": "2022-01-15T00:55:48.059373Z"
        }
    ],
    "withdrawal_fee": 3.45735098,
    "withdrawal_fee_quote": 0.0025371424431632,
    "user_provided_amount": 1,
    "amount_usd": 0.0,
    "amount_btc": 0.0147813721056,
    "amount_eur": 0.0,
    "amount_quote_fee": 0.0,
    "payment_url": null,
    "display_refund_address": false,
    "price": {
        "rate": 0.00070873,
        "rate_usd": 0.00070873,
        "rate_btc": 0.00070873,
        "rate_eur": 0.00070873
    }
}