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": 1684800000 /* (uint40) epoch seconds since 1970; this is 2023-05-23 00:00:00 (UTC) */
},
"fact_hash":
"0x6137552e21b11498a9eefecc68ba4e9006ff6ec59f29c058869c390cbc8f9368", /* (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-22T00:05:00.356422",
    "sig_der": "0x3045022100c02b7ac28a82aca33794a82d082bab62eca6c3f4acc7edf1af2eb04f539b23f00220629dfcddf5d8f4d504a7c9074cd9e096161ba5e8bce03ce6aa4a40ca3d31fcf8", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xc02b7ac28a82aca33794a82d082bab62eca6c3f4acc7edf1af2eb04f539b23f0",
        "s": "0x629dfcddf5d8f4d504a7c9074cd9e096161ba5e8bce03ce6aa4a40ca3d31fcf8",
        "v": 28
    },
    "signed_hash": "0x6137552e21b11498a9eefecc68ba4e9006ff6ec59f29c058869c390cbc8f9368" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-05-23T00:15:00.690003",
        "sig_der": "0x304402206318b24bc74af8d3bedb223633a2ea210ef3da9c09d006a391911fc442bdd9eb02207b33b0cb776ee1c35a8941a306ace6d56e607dc576d1d0e6a0183ff618467709", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x6318b24bc74af8d3bedb223633a2ea210ef3da9c09d006a391911fc442bdd9eb",
            "s": "0x7b33b0cb776ee1c35a8941a306ace6d56e607dc576d1d0e6a0183ff618467709",
            "v": 28
        },
        "signed_hash": "0x11bf131bef15e63f449aac3adad6065e1f4e0f1f002652f5b81f473f9679e346", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x0000000000000000000000000000000000000000000005b0a0288ca37a180000" /* signed_value * 10**(-base_unit_exp) = 26870.0 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-05-23T01:17:08.312610",
    "sig_der": "0x30440220159ea45dd458f3d488d5972215507f01dc97791aafd19bcd5c512e895045a22a0220693319fd0696afac6fd9c792a2c5d1e233d60751151f03c05c259854d8fa13b1", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x159ea45dd458f3d488d5972215507f01dc97791aafd19bcd5c512e895045a22a",
        "s": "0x693319fd0696afac6fd9c792a2c5d1e233d60751151f03c05c259854d8fa13b1",
        "v": 28
    },
    "signed_hash": "0xd9d07428b6a21815dd4168f15fc7a07e4f6a5caeae2b169ae7a9f15ea3e39775", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x0000000000000000000000000000000000000000000005b0a0288ca37a180000" /* signed_value * 10**(-base_unit_exp) = 26870.0 */
}