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": 1684972800 /* (uint40) epoch seconds since 1970; this is 2023-05-25 00:00:00 (UTC) */
},
"fact_hash":
"0xbf8ec28f4b393cf586a05c9fbf0dbd7c7eb2dfae578dbc1c51e9fed1d87a241e", /* (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-24T00:05:00.983013",
    "sig_der": "0x3045022100e0bb191a44ec65a5ddd1857e7067a074ddf7ea3d66e850bbc9f38e7ee645e07402204e491968d651250be85837c0355466656cd4adbf3dbb8ce1cf3b05d152af9aca", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xe0bb191a44ec65a5ddd1857e7067a074ddf7ea3d66e850bbc9f38e7ee645e074",
        "s": "0x4e491968d651250be85837c0355466656cd4adbf3dbb8ce1cf3b05d152af9aca",
        "v": 27
    },
    "signed_hash": "0xbf8ec28f4b393cf586a05c9fbf0dbd7c7eb2dfae578dbc1c51e9fed1d87a241e" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-05-25T00:15:00.963219",
        "sig_der": "0x3045022100e22749f82692c7ddd7998b7d74cbc3ecbf8583a8be3158d9bd35760aace2175d022034b0d1955c60c04a0755c8e2097e1556e8dabed10b6fe8b40ae2f17d60e6d8cc", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0xe22749f82692c7ddd7998b7d74cbc3ecbf8583a8be3158d9bd35760aace2175d",
            "s": "0x34b0d1955c60c04a0755c8e2097e1556e8dabed10b6fe8b40ae2f17d60e6d8cc",
            "v": 28
        },
        "signed_hash": "0x47debd83392a7925e02f81c4140aaf7fadcac9c0dcb26d84e8ab7ae742ef0512", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x0000000000000000000000000000000000000000000005941c7127818aa00000" /* signed_value * 10**(-base_unit_exp) = 26344.0 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-05-25T01:17:08.727591",
    "sig_der": "0x3045022100d5a41ce3895de4dd846f0aea4ff6573a4e0341cc50bbfb4a3600c7574b7b457e02204a37103f778779c3cea7c95199a8b134797b87fb9441cf5d3b3fb38b20dfde36", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xd5a41ce3895de4dd846f0aea4ff6573a4e0341cc50bbfb4a3600c7574b7b457e",
        "s": "0x4a37103f778779c3cea7c95199a8b134797b87fb9441cf5d3b3fb38b20dfde36",
        "v": 27
    },
    "signed_hash": "0x33f2b965b1e23298537a5f7678234822e245073155f824279d049960d0e0e60e", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x0000000000000000000000000000000000000000000005941c7127818aa00000" /* signed_value * 10**(-base_unit_exp) = 26344.0 */
}