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": 1675468800 /* (uint40) epoch seconds since 1970; this is 2023-02-04 00:00:00 (UTC) */
},
"fact_hash":
"0x75a7ce34696f71c6cdfaa3d719fa8f06e0ba619b9e4658124589c7a7b9c30627", /* (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-03T00:05:00.087728",
    "sig_der": "0x3044022078b6ca247f796779580b74012d7a46f5b1c57540ac464b09c0609f29e8cc5e5c02207c051f062cafcd76eead5dcbd48b077a2e63bdae7c7c8a70684f506f1d826d14", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x78b6ca247f796779580b74012d7a46f5b1c57540ac464b09c0609f29e8cc5e5c",
        "s": "0x7c051f062cafcd76eead5dcbd48b077a2e63bdae7c7c8a70684f506f1d826d14",
        "v": 28
    },
    "signed_hash": "0x75a7ce34696f71c6cdfaa3d719fa8f06e0ba619b9e4658124589c7a7b9c30627" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-02-04T00:10:00.166545",
        "sig_der": "0x30440220108addc3137b4f9752b506c864ef4cba83d0df748e305df404bece4d44020a3c022035dfaca6152b326cac1973393824d7ab21440bf6b415aefb1c914ba2caebd31d", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x108addc3137b4f9752b506c864ef4cba83d0df748e305df404bece4d44020a3c",
            "s": "0x35dfaca6152b326cac1973393824d7ab21440bf6b415aefb1c914ba2caebd31d",
            "v": 28
        },
        "signed_hash": "0x75f9426531cff3af380d4a49a657a2b150c403693778bd05666f400ccb25acb2", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x0000000000000000000000000000000000000000000004f64e33a2a520840000" /* signed_value * 10**(-base_unit_exp) = 23433.0 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-02-04T01:10:00.472422",
    "sig_der": "0x3044022023e84d9fa697201d1c28daa72c7bbe91167fd08f14c803567a35e4fd07d8692a0220736fedb362421dc703ab8203e6d2e0b5dfb2c1a1ecdde719b82bd4778e8e46c2", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x23e84d9fa697201d1c28daa72c7bbe91167fd08f14c803567a35e4fd07d8692a",
        "s": "0x736fedb362421dc703ab8203e6d2e0b5dfb2c1a1ecdde719b82bd4778e8e46c2",
        "v": 28
    },
    "signed_hash": "0xaafb0b09ca20230c0ef8f3fcce55e073d152950c215ee06ebbcf615260531d03", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x0000000000000000000000000000000000000000000004f64e33a2a520840000" /* signed_value * 10**(-base_unit_exp) = 23433.0 */
}