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": 1675382400 /* (uint40) epoch seconds since 1970; this is 2023-02-03 00:00:00 (UTC) */
},
"fact_hash":
"0x87efb633f4ed1864916c0778ab30dbbc901dacd3059b788118d9979a0cdf9d19", /* (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-02T00:05:00.329006",
    "sig_der": "0x304402205a152637fa500107394582937046e3de7042f7360783574594c4e703a11c341f022005fdad7784ca4b9cfcae91471634e1277e2ada2fb63938b22621ff6b9879d6d0", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x5a152637fa500107394582937046e3de7042f7360783574594c4e703a11c341f",
        "s": "0x05fdad7784ca4b9cfcae91471634e1277e2ada2fb63938b22621ff6b9879d6d0",
        "v": 28
    },
    "signed_hash": "0x87efb633f4ed1864916c0778ab30dbbc901dacd3059b788118d9979a0cdf9d19" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-02-03T00:10:00.104760",
        "sig_der": "0x30440220142e53745e7e3c279881f047e7880d45ed56d1ae76ba1342841692b08cf2074302200dc98834066a7b2494b1d4f9d3be3c1dca649ef950b248bdeca3e1910b1c47f8", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x142e53745e7e3c279881f047e7880d45ed56d1ae76ba1342841692b08cf20743",
            "s": "0x0dc98834066a7b2494b1d4f9d3be3c1dca649ef950b248bdeca3e1910b1c47f8",
            "v": 28
        },
        "signed_hash": "0xa893e5d6b483b2f3e4944ca4038c16ee456df5ce17f4d045788c3fa50b889b19", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x0000000000000000000000000000000000000000000004f980fdbe0cb4900000" /* signed_value * 10**(-base_unit_exp) = 23492.0 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-02-03T01:10:00.317351",
    "sig_der": "0x3045022100dbab677a0e17f468ed0fe915fdcc9e397683ada6da0c003a76f91ea782cbc955022049c5c2bcdd5aadbf9cd733c50235b7c17db299d8dc66088e35278501517a8232", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xdbab677a0e17f468ed0fe915fdcc9e397683ada6da0c003a76f91ea782cbc955",
        "s": "0x49c5c2bcdd5aadbf9cd733c50235b7c17db299d8dc66088e35278501517a8232",
        "v": 27
    },
    "signed_hash": "0xb751c5b344b683fa7f5c368ccb26abdbf4db4eadec0056a2d480671d3f6d1cba", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x0000000000000000000000000000000000000000000004f980fdbe0cb4900000" /* signed_value * 10**(-base_unit_exp) = 23492.0 */
}