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": 1664323200 /* (uint40) epoch seconds since 1970; this is 2022-09-28 00:00:00 (UTC) */
},
"fact_hash":
"0xe32962a112ddb79c73ec8a1d370250988c7abbaf7d3b0f03f104ce668b2946e8", /* (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": "2022-09-27T00:05:00.437838",
    "sig_der": "0x3045022100b56901df00315e88f8bae7f56d88e5905e0aa62ae9cb5682040f0f930cdd2c930220413567383faf6ed515b28dce5177f9642f3ad4cb020d41f8a95ef8b66448ca9c", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xb56901df00315e88f8bae7f56d88e5905e0aa62ae9cb5682040f0f930cdd2c93",
        "s": "0x413567383faf6ed515b28dce5177f9642f3ad4cb020d41f8a95ef8b66448ca9c",
        "v": 28
    },
    "signed_hash": "0xe32962a112ddb79c73ec8a1d370250988c7abbaf7d3b0f03f104ce668b2946e8" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2022-09-28T00:10:00.890858",
        "sig_der": "0x3044022037299d40fefa9acb8c39dd0dec74f91c10f8a17fda2123cf1242365732306e04022066f65c43c9fb850ff046521afb3e713e5642140e4254931f4fbc1bcb6664aaad", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x37299d40fefa9acb8c39dd0dec74f91c10f8a17fda2123cf1242365732306e04",
            "s": "0x66f65c43c9fb850ff046521afb3e713e5642140e4254931f4fbc1bcb6664aaad",
            "v": 28
        },
        "signed_hash": "0xaa8bdd320c90b20b5dcf8499ba29f41fe8de0a73bb7ebe27e8ad40c7c8ea4b2e", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x00000000000000000000000000000000000000000000040b323c690e4b600000" /* signed_value * 10**(-base_unit_exp) = 19096.0 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2022-09-28T01:10:00.916043",
    "sig_der": "0x3044022025e0ad4abbc16386f4b657bb61a0e08679bc4854b7188fe980114f7d24c63dc50220263e321a648eea20135616beb3c59a84df4fff95c0bdec53c7b7bf335b1de262", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x25e0ad4abbc16386f4b657bb61a0e08679bc4854b7188fe980114f7d24c63dc5",
        "s": "0x263e321a648eea20135616beb3c59a84df4fff95c0bdec53c7b7bf335b1de262",
        "v": 28
    },
    "signed_hash": "0xe24774bc683fdcc6597d9e6fd57653a7b9d62c7503435d156443eebd78232b38", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x00000000000000000000000000000000000000000000040b323c690e4b600000" /* signed_value * 10**(-base_unit_exp) = 19096.0 */
}