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": "ETH\u0000USD\u0000bitfinex", /* (bytes32) "ETH\u0000USD\u0000bitfinex" as hex utf8 is 0x455448005553440062697466696e6578 */
    "ndigit": 2, /* (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": 1684886400 /* (uint40) epoch seconds since 1970; this is 2023-05-24 00:00:00 (UTC) */
},
"fact_hash":
"0x549534f24e3e728ca7232d6d4a957ca5668971337e9f498911556a570f4a2a4c", /* (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-23T00:05:00.285655",
    "sig_der": "0x3045022100d0c313dfc96dbdb839da5a580aeec5c1d5bc68e7f8a8e5d980674162bfa7e31402204c1029ddc75e041e64151ede1c54718c3da05ca01d061aedb3d3b4a3e89b3500", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xd0c313dfc96dbdb839da5a580aeec5c1d5bc68e7f8a8e5d980674162bfa7e314",
        "s": "0x4c1029ddc75e041e64151ede1c54718c3da05ca01d061aedb3d3b4a3e89b3500",
        "v": 27
    },
    "signed_hash": "0x549534f24e3e728ca7232d6d4a957ca5668971337e9f498911556a570f4a2a4c" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-05-24T00:15:00.761065",
        "sig_der": "0x30440220283d04f279b21e2a517ba674b1a3e49c00dd04708cd612cddf8cd50a2d45b34302205adacd1f18ff973bdb1c48e819bf41988d1684c8b01744020c597d6a9ae9ccba", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x283d04f279b21e2a517ba674b1a3e49c00dd04708cd612cddf8cd50a2d45b343",
            "s": "0x5adacd1f18ff973bdb1c48e819bf41988d1684c8b01744020c597d6a9ae9ccba",
            "v": 28
        },
        "signed_hash": "0x4b4a3f173d98576a80d01bdcea3cac5071e3f717e5001376eef1b017f6ac421f", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x000000000000000000000000000000000000000000000064963c3b23c14e0000" /* signed_value * 10**(-base_unit_exp) = 1855.50 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-05-24T01:17:08.694195",
    "sig_der": "0x3044022045660ab484d79c5ede984f99bf40baae0adfea28ccf3d5e1ad5c52b6c375668502205c4d6622c0c4c2ef9c0433623c62492dc8e34ea67fbd9036acdbc384eeb3fead", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x45660ab484d79c5ede984f99bf40baae0adfea28ccf3d5e1ad5c52b6c3756685",
        "s": "0x5c4d6622c0c4c2ef9c0433623c62492dc8e34ea67fbd9036acdbc384eeb3fead",
        "v": 28
    },
    "signed_hash": "0x7ac219c21cf78e3b125ab60892099b8b075f94d559a246ec78c0e58e4c03448d", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x000000000000000000000000000000000000000000000064963c3b23c14e0000" /* signed_value * 10**(-base_unit_exp) = 1855.50 */
}