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": 1679097600 /* (uint40) epoch seconds since 1970; this is 2023-03-18 00:00:00 (UTC) */
},
"fact_hash":
"0x07a872c4f6b6414c74a6f5335250d1e434649859486a0f1219b34141ef41238b", /* (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-17T00:05:00.662932",
    "sig_der": "0x304402204cb7ac956ba6d316fe7ac9b9eef4347e08144637f6d442a8e4cd6733bfa9aa4d02200f354b7a78d2c3a3d78fd8b14b9dbc6333006151f90c14e84240e1b0892c3970", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x4cb7ac956ba6d316fe7ac9b9eef4347e08144637f6d442a8e4cd6733bfa9aa4d",
        "s": "0x0f354b7a78d2c3a3d78fd8b14b9dbc6333006151f90c14e84240e1b0892c3970",
        "v": 28
    },
    "signed_hash": "0x07a872c4f6b6414c74a6f5335250d1e434649859486a0f1219b34141ef41238b" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-03-18T00:10:00.655531",
        "sig_der": "0x304402203936b5fe1c4497c3cdc21167f2f69ae6f983b91a4c69ee83c47b6c1fcbe07782022015d8cf2a15bc47a6186d0aaa857df4d23b1b869b53a453b1fab901824ae5553b", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x3936b5fe1c4497c3cdc21167f2f69ae6f983b91a4c69ee83c47b6c1fcbe07782",
            "s": "0x15d8cf2a15bc47a6186d0aaa857df4d23b1b869b53a453b1fab901824ae5553b",
            "v": 28
        },
        "signed_hash": "0x7abcb18409e75cf142c06cd2e651c1c057215861ee955bc7b2291eae05cdede9", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x0000000000000000000000000000000000000000000005cac1408ae4a4600000" /* signed_value * 10**(-base_unit_exp) = 27352.0 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-03-18T01:15:00.660222",
    "sig_der": "0x30450221009e5dc9d8e0553a01f89140b2d839536c9ce719b2d992dee2c01aec4dcce027e502201654450b91645efdbf166c3cff0111a70dcacddee5cda4abd1a72be2edd67cf2", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x9e5dc9d8e0553a01f89140b2d839536c9ce719b2d992dee2c01aec4dcce027e5",
        "s": "0x1654450b91645efdbf166c3cff0111a70dcacddee5cda4abd1a72be2edd67cf2",
        "v": 27
    },
    "signed_hash": "0xf497bddb0f14498f0a913fe46cc5e7e35e5f27fb5b6cd357159ddfb1a9cfced5", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x0000000000000000000000000000000000000000000005cac1408ae4a4600000" /* signed_value * 10**(-base_unit_exp) = 27352.0 */
}