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": 1685577600 /* (uint40) epoch seconds since 1970; this is 2023-06-01 00:00:00 (UTC) */
},
"fact_hash":
"0x35a9b5a28ed904cb2940d25d9baa489f60db38ada3537dab69f5b374777d72da", /* (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-05-01T00:05:00.601061",
    "sig_der": "0x304402207adf4648a24f4254d3d96e2c40511498322e256e193bae598286e9d4bf8baea002207e7b3c6be004adeca23fb996246cf494cd4be4b9c9d0b6b9f598ded0ca1c1996", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x7adf4648a24f4254d3d96e2c40511498322e256e193bae598286e9d4bf8baea0",
        "s": "0x7e7b3c6be004adeca23fb996246cf494cd4be4b9c9d0b6b9f598ded0ca1c1996",
        "v": 27
    },
    "signed_hash": "0x35a9b5a28ed904cb2940d25d9baa489f60db38ada3537dab69f5b374777d72da" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-06-01T00:09:30.983964",
        "sig_der": "0x30450221008566cb3fa306bc36dfe416c213efd25b17a83fa8a0efaec19f13f3ab55ca200a02202e1db0f40b4fe16553b16eae445acc01f2f68812b91947de864cd47dd5788202", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x8566cb3fa306bc36dfe416c213efd25b17a83fa8a0efaec19f13f3ab55ca200a",
            "s": "0x2e1db0f40b4fe16553b16eae445acc01f2f68812b91947de864cd47dd5788202",
            "v": 27
        },
        "signed_hash": "0xec14790d06fdcd94b3a52ad26e6062d176c4f8be3b3a7dcc6ccd834af27336dd", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x0000000000000000000000000000000000000000000005c4854e783072740000" /* signed_value * 10**(-base_unit_exp) = 27237.0 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-06-01T01:10:57.234969",
    "sig_der": "0x30440220792117b52b367c0880271da510f5635e7f4ba4573c814d20fb369a9efa5518f902206a9e971c9de468f9956090c4160f24e1a422b46a84150de2c6ad0e217f4a41b0", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x792117b52b367c0880271da510f5635e7f4ba4573c814d20fb369a9efa5518f9",
        "s": "0x6a9e971c9de468f9956090c4160f24e1a422b46a84150de2c6ad0e217f4a41b0",
        "v": 27
    },
    "signed_hash": "0x018170eb0ddc6629b1892098d97ccead4782c09bdc06be80b4d6a8a498bd0c2b", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x0000000000000000000000000000000000000000000005c4854e783072740000" /* signed_value * 10**(-base_unit_exp) = 27237.0 */
}