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": 1664582400 /* (uint40) epoch seconds since 1970; this is 2022-10-01 00:00:00 (UTC) */
},
"fact_hash":
"0xe64272fbc6785aa681065b6cc3f588b4609b73dcfa4e0804621b878acc3c1fb8", /* (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-01T00:05:00.940036",
    "sig_der": "0x3044022043b765fa3964ffe831fc2171e3d6804935293d18cd3b58f2994bfc1edd90290402203eb9fc42a23de7394b14b045c0a32ec0a1cfee79581310bc3fcd4b8460be75db", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x43b765fa3964ffe831fc2171e3d6804935293d18cd3b58f2994bfc1edd902904",
        "s": "0x3eb9fc42a23de7394b14b045c0a32ec0a1cfee79581310bc3fcd4b8460be75db",
        "v": 27
    },
    "signed_hash": "0xe64272fbc6785aa681065b6cc3f588b4609b73dcfa4e0804621b878acc3c1fb8" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2022-10-01T00:10:00.063861",
        "sig_der": "0x304402206e33d37116553c4e19ce7eb201b06b156413a8148df800e41e4a0edf47a6be0d02206661b46e885c7b6345cec33aae5d7d6bfd3c750c079d0b51334df0b0ac364779", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x6e33d37116553c4e19ce7eb201b06b156413a8148df800e41e4a0edf47a6be0d",
            "s": "0x6661b46e885c7b6345cec33aae5d7d6bfd3c750c079d0b51334df0b0ac364779",
            "v": 27
        },
        "signed_hash": "0x21f83fcbd8dfa01418d06bcade56e2bd7446066cadc5ea5076067156b57a49dc", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x00000000000000000000000000000000000000000000041d3f8a10bf08740000" /* signed_value * 10**(-base_unit_exp) = 19429.0 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2022-10-01T01:10:00.827286",
    "sig_der": "0x304502210080c79b1ef13e4ade7db473fd8a51c6e0cda9dce86791ae66c45d0c0cf03ff735022005a3671e8a85758c7f459d4a9c1e1f7a5ca9c3f10586327559889b3e25c2b6c6", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x80c79b1ef13e4ade7db473fd8a51c6e0cda9dce86791ae66c45d0c0cf03ff735",
        "s": "0x05a3671e8a85758c7f459d4a9c1e1f7a5ca9c3f10586327559889b3e25c2b6c6",
        "v": 27
    },
    "signed_hash": "0x385b5d24ffdf8030667bca19d61899a255647c2c46db4a249b7b3180eacf4a0a", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x00000000000000000000000000000000000000000000041d3f8a10bf08740000" /* signed_value * 10**(-base_unit_exp) = 19429.0 */
}