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": 1684540800 /* (uint40) epoch seconds since 1970; this is 2023-05-20 00:00:00 (UTC) */
},
"fact_hash":
"0x6a7bb982b053568151db84e9dd4743d9bafe96b67e405b7dcccde0ef735abe89", /* (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-19T00:05:00.752796",
    "sig_der": "0x3045022100a4276794cc445c16ea6e98358ca4061df9717dd145e9083c9350cffc8ad0251e02201992bec8dfcacb0a38ad2b46e10ebd519fd0b105e4f2ba88e506ecf9fe6a6835", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xa4276794cc445c16ea6e98358ca4061df9717dd145e9083c9350cffc8ad0251e",
        "s": "0x1992bec8dfcacb0a38ad2b46e10ebd519fd0b105e4f2ba88e506ecf9fe6a6835",
        "v": 28
    },
    "signed_hash": "0x6a7bb982b053568151db84e9dd4743d9bafe96b67e405b7dcccde0ef735abe89" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-05-20T00:15:00.709930",
        "sig_der": "0x3045022100dd40c686085f95ee3512b2eb6193fe178c34e6202e29306ed4fa29f07608ae8102200d14405fdbda16654951d379189fb0874caf4cb485ef8fa71fc373eaf662ee31", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0xdd40c686085f95ee3512b2eb6193fe178c34e6202e29306ed4fa29f07608ae81",
            "s": "0x0d14405fdbda16654951d379189fb0874caf4cb485ef8fa71fc373eaf662ee31",
            "v": 28
        },
        "signed_hash": "0x3a0148ea44eadd2c41fbcf82032efe493c731f2868a658774469bc222976bce9", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x0000000000000000000000000000000000000000000005b2cb4518b5a1b80000" /* signed_value * 10**(-base_unit_exp) = 26910.0 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-05-20T01:17:08.163045",
    "sig_der": "0x3045022100b55ffac844d01f1ce08dfb64512a5def036d8afbf355ca4eff1761f2dd2d9c0a0220338ea345b0a915e7741fae3e379fcef93a9c264eeadf168ff0f518771e578faf", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xb55ffac844d01f1ce08dfb64512a5def036d8afbf355ca4eff1761f2dd2d9c0a",
        "s": "0x338ea345b0a915e7741fae3e379fcef93a9c264eeadf168ff0f518771e578faf",
        "v": 28
    },
    "signed_hash": "0x9349efb77b453e3948b0ba28d0802af318dde97650b99ac432dc5fc96959b1f6", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x0000000000000000000000000000000000000000000005b2cb4518b5a1b80000" /* signed_value * 10**(-base_unit_exp) = 26910.0 */
}