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": 1679184000 /* (uint40) epoch seconds since 1970; this is 2023-03-19 00:00:00 (UTC) */
},
"fact_hash":
"0x8c18a77f9d239031a33bebec4b33a50a4fdb16c2b5ca9132fa9ba7bf360e0735", /* (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-18T00:05:00.420557",
    "sig_der": "0x30440220760022387a2202802df94d221a189abc064553d9eea75839154c97bf4031ec6b02205dd4623f315fc67c0af1d7dd352d3d9d35686a9c9ef0763ac50392c2716fc6bb", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x760022387a2202802df94d221a189abc064553d9eea75839154c97bf4031ec6b",
        "s": "0x5dd4623f315fc67c0af1d7dd352d3d9d35686a9c9ef0763ac50392c2716fc6bb",
        "v": 28
    },
    "signed_hash": "0x8c18a77f9d239031a33bebec4b33a50a4fdb16c2b5ca9132fa9ba7bf360e0735" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-03-19T00:10:00.705438",
        "sig_der": "0x3044022046673ad409dab17f12ad2c5248eff4ad009792c30fe1fd16894df413a5ffbc4802202d198f5565b47005886b752705178eeb4499ba9c2d73f6522e941cb8ebb9a85f", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x46673ad409dab17f12ad2c5248eff4ad009792c30fe1fd16894df413a5ffbc48",
            "s": "0x2d198f5565b47005886b752705178eeb4499ba9c2d73f6522e941cb8ebb9a85f",
            "v": 27
        },
        "signed_hash": "0x08d2f56aec0cdb63ae12c6b6573b5f85f7ab75375947900d19555c840968aeb3", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x0000000000000000000000000000000000000000000005b31e8960eb8e100000" /* signed_value * 10**(-base_unit_exp) = 26916.0 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-03-19T01:10:00.705556",
    "sig_der": "0x304402202ea5564da4bb8cb316f210c1759be8d68f6151f5d3a82981b7849b08f845e9d302202c861f744172f7ba5571291a2ad3ef7ca4b8b7a34a40cae6a543148f6e385a01", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x2ea5564da4bb8cb316f210c1759be8d68f6151f5d3a82981b7849b08f845e9d3",
        "s": "0x2c861f744172f7ba5571291a2ad3ef7ca4b8b7a34a40cae6a543148f6e385a01",
        "v": 27
    },
    "signed_hash": "0xa93a32862757fac81ae9e17b377e9313e9c86222e6869fef3c1227ecb847a00f", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x0000000000000000000000000000000000000000000005b31e8960eb8e100000" /* signed_value * 10**(-base_unit_exp) = 26916.0 */
}