You may also access the raw data via our json api directly.

"facts":
{ /* base event data */
    "base_unit_exp": 18, /* (uint8) base_unit = 10**18 = 1000000000000000000 */
    "config": 5,
    "market_category": 0,
    "name": "ETH\u0000USD\u0000bitfinex", /* (bytes32) "ETH\u0000USD\u0000bitfinex" as hex utf8 is 0x455448005553440062697466696e6578 */
    "ndigit": 2, /* (int8) value precision / number of digits after decimal point */
    "objection_period_secs": 3600, /* (uint24) minimal time between preliminary and final result; this is 1:00:00 */
    "settlement_datetime": 1679270400 /* (uint40) epoch seconds since 1970; this is 2023-03-20 00:00:00 (UTC) */
},
"fact_hash":
"0x18c64178ffb39b537ccbf0f9243d8cb7169cd5a902d558900c6e7083c438d7c8", /* (bytes32) a hash build out of all "facts" */
"signer_public_key":
"0x03627d7a3396f34ef83c8f1f309ddd9574a2ed4d206ddd852e3a5b4595c34aef31", /* public key of instance that signs the values */
"signer_addr":
"0x49b6d897575b0769d45eba7e2de60a16de5b8c13", /* (bytes20) ethereum address of signing instance - directly derived from "signer_public_key" */
"signature_fact_hash":
{ /* this signature is a proof that factsigner accepted the event and will supply a result */
    "created_at": "2023-03-19T00:05:00.819814",
    "sig_der": "0x304402202ec41b6debca8163333a9d61e1b2eef3eaff0d2723076a5eca181e0ba9562fbf02205ae24961aa27ee47cdcf3c0561a0018f354815f778d3e6081fb9729b318d7ba3", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x2ec41b6debca8163333a9d61e1b2eef3eaff0d2723076a5eca181e0ba9562fbf",
        "s": "0x5ae24961aa27ee47cdcf3c0561a0018f354815f778d3e6081fb9729b318d7ba3",
        "v": 28
    },
    "signed_hash": "0x18c64178ffb39b537ccbf0f9243d8cb7169cd5a902d558900c6e7083c438d7c8" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-03-20T00:10:00.269531",
        "sig_der": "0x3045022100be61c805db8661b2b0cae647cd5e3823af911aa773675cede32e2f5ab293dfdd02202eba0223f2405dc7fe35435ddfec5f3c16274b7b57e75783842c89ef09beb0c6", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0xbe61c805db8661b2b0cae647cd5e3823af911aa773675cede32e2f5ab293dfdd",
            "s": "0x2eba0223f2405dc7fe35435ddfec5f3c16274b7b57e75783842c89ef09beb0c6",
            "v": 28
        },
        "signed_hash": "0x1d688995f75a9cca55b6bd4916371c1d21ef5d35affbb957e1a6a74ee042795a", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x0000000000000000000000000000000000000000000000607a4c88becab20000" /* signed_value * 10**(-base_unit_exp) = 1779.70 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-03-20T01:15:00.277940",
    "sig_der": "0x304402206ba5775dc11a59297feb4a8a0d63444625ec6d8f49d5ddf6101cd6619d0b02b3022008c490d087a858e709ec58625f7287f0f9b7d9108e987ff4bfbc5f704fa7c883", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x6ba5775dc11a59297feb4a8a0d63444625ec6d8f49d5ddf6101cd6619d0b02b3",
        "s": "0x08c490d087a858e709ec58625f7287f0f9b7d9108e987ff4bfbc5f704fa7c883",
        "v": 27
    },
    "signed_hash": "0x4551b62e584266a7599d3a22c634ff575d92f621f10db378f486942944ab4fe8", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x0000000000000000000000000000000000000000000000607a4c88becab20000" /* signed_value * 10**(-base_unit_exp) = 1779.70 */
}