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": 1664409600 /* (uint40) epoch seconds since 1970; this is 2022-09-29 00:00:00 (UTC) */
},
"fact_hash":
"0x00408a50abe2e9d83c074c4124cb02aa795a915f55d67258bcec3cfb321623b6", /* (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-09-28T00:05:00.170641",
    "sig_der": "0x3045022100b72cb8b007dc54d1237995993e7061a9fd7a778eba23234f54685c06933b17680220096a9640e5ae49939765327a9b82ca538166e2019c39665447cadf109ef9fea1", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xb72cb8b007dc54d1237995993e7061a9fd7a778eba23234f54685c06933b1768",
        "s": "0x096a9640e5ae49939765327a9b82ca538166e2019c39665447cadf109ef9fea1",
        "v": 28
    },
    "signed_hash": "0x00408a50abe2e9d83c074c4124cb02aa795a915f55d67258bcec3cfb321623b6" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2022-09-29T00:10:00.213432",
        "sig_der": "0x30450221008edd17960ac88e535e4a6e249f74987a8643847e958117029746997d8a7f2922022018677b9f63f32f886eae45e6193021d7bb43792bbb6a59b2795682754c15f5aa", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x8edd17960ac88e535e4a6e249f74987a8643847e958117029746997d8a7f2922",
            "s": "0x18677b9f63f32f886eae45e6193021d7bb43792bbb6a59b2795682754c15f5aa",
            "v": 28
        },
        "signed_hash": "0xa461a08e849c7dfd74d7ebf2fa5718a9a4e4b1c77602ccdad6af2803fcc45638", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x00000000000000000000000000000000000000000000004885b45c0825940000" /* signed_value * 10**(-base_unit_exp) = 1337.80 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2022-09-29T01:15:00.953081",
    "sig_der": "0x30440220262c3005d20436d2ee6cd03d570deb2611bba6b017ce55def5359e451a311a650220071cb91d1512060a5e8ab77c3a7d48ff1e89dc9ef66457747c1f2ae44846768b", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x262c3005d20436d2ee6cd03d570deb2611bba6b017ce55def5359e451a311a65",
        "s": "0x071cb91d1512060a5e8ab77c3a7d48ff1e89dc9ef66457747c1f2ae44846768b",
        "v": 28
    },
    "signed_hash": "0x7f3e0fb49bd6c7e7331c5f975d23ab9951949bf434480710cf557f452302f3db", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x00000000000000000000000000000000000000000000004885b45c0825940000" /* signed_value * 10**(-base_unit_exp) = 1337.80 */
}