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": 1684800000 /* (uint40) epoch seconds since 1970; this is 2023-05-23 00:00:00 (UTC) */
},
"fact_hash":
"0xd8be2b107ae62b14e1a4c4c4dde947c32ddba10d24cdb6e63342454d95dcbe55", /* (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": "0x3045022100a0bb8847367986f8cc508e20ef8cfb579e4ed284b149e7971303794e121fda5b02207982f6788399eeebfad3917acc782530d35e6704d8de47e574d8707046b93a1d", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xa0bb8847367986f8cc508e20ef8cfb579e4ed284b149e7971303794e121fda5b",
        "s": "0x7982f6788399eeebfad3917acc782530d35e6704d8de47e574d8707046b93a1d",
        "v": 27
    },
    "signed_hash": "0xd8be2b107ae62b14e1a4c4c4dde947c32ddba10d24cdb6e63342454d95dcbe55" /* (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": "0x3044022061340306806728328d4d05c49e1428fb03bd16769909613ff2f629032b41861c02207edd6147e477581ee24910f28db5badd14041f9b336e86061b60f1f548403c84", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x61340306806728328d4d05c49e1428fb03bd16769909613ff2f629032b41861c",
            "s": "0x7edd6147e477581ee24910f28db5badd14041f9b336e86061b60f1f548403c84",
            "v": 27
        },
        "signed_hash": "0xda270eb3e50d45ed015f9e05775f61ff7fee6e9081f04d98296246e6b5421855", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x0000000000000000000000000000000000000000000000629e78b9771ea00000" /* signed_value * 10**(-base_unit_exp) = 1819.20 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-05-23T01:17:08.312610",
    "sig_der": "0x3045022100e1cb4b0ddb1a230890dc2fdaa80104814e22dc36bbef2e9c426e2a65ea0a9cec0220300c44a6ea08451669b91701f9dca1cbac5c833d5842002aa1ee08217469f70e", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xe1cb4b0ddb1a230890dc2fdaa80104814e22dc36bbef2e9c426e2a65ea0a9cec",
        "s": "0x300c44a6ea08451669b91701f9dca1cbac5c833d5842002aa1ee08217469f70e",
        "v": 28
    },
    "signed_hash": "0x0ca2ddb540cee33ce9e470e31e8564ad6df5878830b529c2e41e8a63d38563d6", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x0000000000000000000000000000000000000000000000629e78b9771ea00000" /* signed_value * 10**(-base_unit_exp) = 1819.20 */
}