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": 1675728000 /* (uint40) epoch seconds since 1970; this is 2023-02-07 00:00:00 (UTC) */
},
"fact_hash":
"0x2c93a49a8fa884ffa6e0c855b244741e970ffbadb08ea080258cb8081edc8090", /* (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-06T00:05:00.352201",
    "sig_der": "0x3045022100881c88686558c939a0f61df0c51154c80048d1e78aa2cc66a4cb356c4ef6fd8102206a80d4ee66c1a7e16dd2855ad5b651634004479a788ee5ed5088290ee2a7732a", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x881c88686558c939a0f61df0c51154c80048d1e78aa2cc66a4cb356c4ef6fd81",
        "s": "0x6a80d4ee66c1a7e16dd2855ad5b651634004479a788ee5ed5088290ee2a7732a",
        "v": 28
    },
    "signed_hash": "0x2c93a49a8fa884ffa6e0c855b244741e970ffbadb08ea080258cb8081edc8090" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-02-07T00:10:00.070972",
        "sig_der": "0x3045022100a3f101253b8694db14dea0ab2dd722606b06a4a0afec6cf3d3b8a485ef74749a022056da8cf8f87ad6924a8210f40e95405e5565b5a9bd62e0bc6952d9a1350cc838", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0xa3f101253b8694db14dea0ab2dd722606b06a4a0afec6cf3d3b8a485ef74749a",
            "s": "0x56da8cf8f87ad6924a8210f40e95405e5565b5a9bd62e0bc6952d9a1350cc838",
            "v": 27
        },
        "signed_hash": "0x8bf5425044474b0201dd7801e1764f857d13036d78cb632d647905103414a4b8", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x0000000000000000000000000000000000000000000004d17f2f0c2426480000" /* signed_value * 10**(-base_unit_exp) = 22754.0 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-02-07T01:10:00.193225",
    "sig_der": "0x3045022100f16f81d59c409ecdf227aa74e4c8315a1af911b2a0559438f5a6eeeb81d73c73022011df7afa5fe167e7fd2ab4b6ea40fe832bbbd6eaaa5955426126d9adaa0376fd", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xf16f81d59c409ecdf227aa74e4c8315a1af911b2a0559438f5a6eeeb81d73c73",
        "s": "0x11df7afa5fe167e7fd2ab4b6ea40fe832bbbd6eaaa5955426126d9adaa0376fd",
        "v": 28
    },
    "signed_hash": "0x257739e52f938ffc7f5f923596a966514a6d8d2d9bba03a7e57a6c97e8cb4106", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x0000000000000000000000000000000000000000000004d17f2f0c2426480000" /* signed_value * 10**(-base_unit_exp) = 22754.0 */
}