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": 1685577600 /* (uint40) epoch seconds since 1970; this is 2023-06-01 00:00:00 (UTC) */
},
"fact_hash":
"0x93c38b19cf0683570c704bcb45dc71224265912bc19f91640e77bb91a82c7d3b", /* (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": "0x3044022070af762114943852a52672610389ff4ee2866f91e0628c5146a6fdba56e497b90220396686c4d0e778ce549d4738f60df0e5acfdbf6e565cdd3d3bc4e2f6a57cbc06", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x70af762114943852a52672610389ff4ee2866f91e0628c5146a6fdba56e497b9",
        "s": "0x396686c4d0e778ce549d4738f60df0e5acfdbf6e565cdd3d3bc4e2f6a57cbc06",
        "v": 27
    },
    "signed_hash": "0x93c38b19cf0683570c704bcb45dc71224265912bc19f91640e77bb91a82c7d3b" /* (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": "0x3045022100c40babe69f0f2a19061f87552f1307781f979405211dff6c38f5efd4078d0a5302207e0d891a24305498ba0b2421bbbcd13c4b8d2389b7af769e8839b179e71622f6", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0xc40babe69f0f2a19061f87552f1307781f979405211dff6c38f5efd4078d0a53",
            "s": "0x7e0d891a24305498ba0b2421bbbcd13c4b8d2389b7af769e8839b179e71622f6",
            "v": 27
        },
        "signed_hash": "0x865d5a6aba0e9b1a624ac7886a90867c73c73ed4bc0082f33e14a3eedfd2e0b5", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x0000000000000000000000000000000000000000000000659f4d0ff18b440000" /* signed_value * 10**(-base_unit_exp) = 1874.60 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-06-01T01:10:57.234969",
    "sig_der": "0x3045022100a5b47907cb8a1a99645cf92f3983531e20318b58e2b2b58c50dcbce210a2deef02201106b28999f47e8516dff1ff61eaceb8e0f83025d9e9941968fc73d82b9c88b3", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xa5b47907cb8a1a99645cf92f3983531e20318b58e2b2b58c50dcbce210a2deef",
        "s": "0x1106b28999f47e8516dff1ff61eaceb8e0f83025d9e9941968fc73d82b9c88b3",
        "v": 28
    },
    "signed_hash": "0x8a59f71061cd14bc62f068e98b807579bb4d2ead8e030f9d877a6a9eb55da96b", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x0000000000000000000000000000000000000000000000659f4d0ff18b440000" /* signed_value * 10**(-base_unit_exp) = 1874.60 */
}