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": "ETH\u0000USD\u0000bitfinex", /* (bytes32) "ETH\u0000USD\u0000bitfinex" as hex utf8 is 0x455448005553440062697466696e6578 */
    "ndigit": 2, /* (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": 1669334400 /* (uint40) epoch seconds since 1970; this is 2022-11-25 00:00:00 (UTC) */
},
"fact_hash":
"0x41d80cc0ada33bca5cc6cc2681be047b3a3ea60b0cb94368d99337060902f569", /* (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-11-24T00:05:00.316312",
    "sig_der": "0x30450221009d11cd9fce46658eb03097e32bf8dac940de24e99a3f5ad5fbf07c4805004f2502205b09271697734f207e5ec0acdcb9f290d5ef775a9a7fd88eabd9b0903230517f", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x9d11cd9fce46658eb03097e32bf8dac940de24e99a3f5ad5fbf07c4805004f25",
        "s": "0x5b09271697734f207e5ec0acdcb9f290d5ef775a9a7fd88eabd9b0903230517f",
        "v": 27
    },
    "signed_hash": "0x41d80cc0ada33bca5cc6cc2681be047b3a3ea60b0cb94368d99337060902f569" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2022-11-25T00:10:00.593504",
        "sig_der": "0x304402207f84ce8aa72418e63161998517b414f8068c8578d79daa5a9ff537251a810fa002203ab2d6aeb0e1855c40bfa381889abee471c69463a439153e92edfd31eb0621cb", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x7f84ce8aa72418e63161998517b414f8068c8578d79daa5a9ff537251a810fa0",
            "s": "0x3ab2d6aeb0e1855c40bfa381889abee471c69463a439153e92edfd31eb0621cb",
            "v": 28
        },
        "signed_hash": "0x733e681d74a372c71041a9d6bf581e7aec5c7c5cc19773623c8f97afe602c53f", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x00000000000000000000000000000000000000000000004147a1cfdffd640000" /* signed_value * 10**(-base_unit_exp) = 1204.20 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2022-11-25T01:15:01.000036",
    "sig_der": "0x304402201343fb9f78053687a6712c463783714f0f1b64ff8abc70e69e33c7e617a17a9002204562d6b2eaf3be50228f7178f56ffff5a31b86ee4809c1266eeac4b96aa28f91", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x1343fb9f78053687a6712c463783714f0f1b64ff8abc70e69e33c7e617a17a90",
        "s": "0x4562d6b2eaf3be50228f7178f56ffff5a31b86ee4809c1266eeac4b96aa28f91",
        "v": 28
    },
    "signed_hash": "0x759657ed2556ff4d5664965f2d0560d785f63bab9ce7492db703ec2b037a69b1", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x00000000000000000000000000000000000000000000004147a1cfdffd640000" /* signed_value * 10**(-base_unit_exp) = 1204.20 */
}