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": 1668988800 /* (uint40) epoch seconds since 1970; this is 2022-11-21 00:00:00 (UTC) */
},
"fact_hash":
"0xb35577d00f4b5a979299df725d579471db08ab07955c302a8716f4c46dce752f", /* (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-20T00:05:00.597047",
    "sig_der": "0x3044022006483c0f92a2126cf6ee5656a438da7fdf463ba6d108b468cc8612d6a61ec39002201d7983bde56ecc6fded6cc1d1303f4f6a83d14ead6cf8ebbcc10aa971de13aca", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x06483c0f92a2126cf6ee5656a438da7fdf463ba6d108b468cc8612d6a61ec390",
        "s": "0x1d7983bde56ecc6fded6cc1d1303f4f6a83d14ead6cf8ebbcc10aa971de13aca",
        "v": 28
    },
    "signed_hash": "0xb35577d00f4b5a979299df725d579471db08ab07955c302a8716f4c46dce752f" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2022-11-21T00:10:00.720567",
        "sig_der": "0x3045022100bf3f7915eedde321c43581485f5632c27f5d628cbcd9f9c7c18fe6d2348cb47f0220322d1703f7416d966f2785ae47d9be311918ceffa8b6368eac076ef88b374530", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0xbf3f7915eedde321c43581485f5632c27f5d628cbcd9f9c7c18fe6d2348cb47f",
            "s": "0x322d1703f7416d966f2785ae47d9be311918ceffa8b6368eac076ef88b374530",
            "v": 27
        },
        "signed_hash": "0x94fc94158876ec33bf017be7b9f5493afadf02f595fb20e248c3e95cc0b600a8", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x0000000000000000000000000000000000000000000003726ea14375b0980000" /* signed_value * 10**(-base_unit_exp) = 16278.0 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2022-11-21T01:15:00.561962",
    "sig_der": "0x3045022100a2912518eb340fc7f6d92fbd862c6cccaa7d472f595b40c5a718e805bccd1c7802207a94efeb2c12d1d887d230b51f577a613f9165282f209b602c2f8806e477dc90", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xa2912518eb340fc7f6d92fbd862c6cccaa7d472f595b40c5a718e805bccd1c78",
        "s": "0x7a94efeb2c12d1d887d230b51f577a613f9165282f209b602c2f8806e477dc90",
        "v": 28
    },
    "signed_hash": "0x80dec1fbfee944237c318529663fbd66eea42f0a355e077662499086cb47632b", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x0000000000000000000000000000000000000000000003726ea14375b0980000" /* signed_value * 10**(-base_unit_exp) = 16278.0 */
}