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": "BTC\u0000USD\u0000bitfinex", /* (bytes32) "BTC\u0000USD\u0000bitfinex" as hex utf8 is 0x425443005553440062697466696e6578 */
    "ndigit": 1, /* (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": 1675555200 /* (uint40) epoch seconds since 1970; this is 2023-02-05 00:00:00 (UTC) */
},
"fact_hash":
"0x323ca8278c3cd103b850650abd171d59647130adf090cbbd0aa2a06647f7d8d6", /* (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-02-04T00:05:00.634884",
    "sig_der": "0x3045022100ba793b1c88549ea8f386c332bcd05cb9c2ad7d6a13b39593979dde0767b88a4e02204c57eb0c3f669019f84740f8bc96adcfb3c6a7c61e13ba6dc9fc7e6a1234a7df", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xba793b1c88549ea8f386c332bcd05cb9c2ad7d6a13b39593979dde0767b88a4e",
        "s": "0x4c57eb0c3f669019f84740f8bc96adcfb3c6a7c61e13ba6dc9fc7e6a1234a7df",
        "v": 28
    },
    "signed_hash": "0x323ca8278c3cd103b850650abd171d59647130adf090cbbd0aa2a06647f7d8d6" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-02-05T00:10:00.634089",
        "sig_der": "0x304502210089a54aa47d03b2c82423f301c9c17b982e7cb85ad362a3f2da9d4eda2370e00302206ed7e42a4f5901bc1b11bb0cc5b09c61e3f70e4485d58efce52f4d7b2a5bbbaf", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x89a54aa47d03b2c82423f301c9c17b982e7cb85ad362a3f2da9d4eda2370e003",
            "s": "0x6ed7e42a4f5901bc1b11bb0cc5b09c61e3f70e4485d58efce52f4d7b2a5bbbaf",
            "v": 27
        },
        "signed_hash": "0x9c6ad6d76e7c7393c83ab54cb64a2426bc5fdfd3462497f45746d31c894461a3", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x0000000000000000000000000000000000000000000004efdabeb52251080000" /* signed_value * 10**(-base_unit_exp) = 23314.0 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-02-05T01:15:00.105736",
    "sig_der": "0x3045022100eb2fe2c19f4f06ace7446a08289c89e612b44eb2782b7219eab746c2ef17688802206e7ea9d594d467ac55d96f7f8580885907f45b7fdbabf518592a38a38e1def5b", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xeb2fe2c19f4f06ace7446a08289c89e612b44eb2782b7219eab746c2ef176888",
        "s": "0x6e7ea9d594d467ac55d96f7f8580885907f45b7fdbabf518592a38a38e1def5b",
        "v": 28
    },
    "signed_hash": "0xdebd92fa21e9e1d6e6996046a6e8e4333b301e9bed33e4914d54c353bcc681e9", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x0000000000000000000000000000000000000000000004efdabeb52251080000" /* signed_value * 10**(-base_unit_exp) = 23314.0 */
}