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": 1675555200 /* (uint40) epoch seconds since 1970; this is 2023-02-05 00:00:00 (UTC) */
},
"fact_hash":
"0x1c0e10e65de5df7536ace823f5a0b8cdae7e20097475b8dd1fedf1ce99f279f3", /* (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-04T00:05:00.634884",
    "sig_der": "0x3045022100ed696dc56834ac3f62b55ea900d64f4caedb3fd78eb5ecebce0319b14810f36302203d70b71986f9094635b2e4461daa43e5b19952872313b77a9ace353afdb40ece", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xed696dc56834ac3f62b55ea900d64f4caedb3fd78eb5ecebce0319b14810f363",
        "s": "0x3d70b71986f9094635b2e4461daa43e5b19952872313b77a9ace353afdb40ece",
        "v": 27
    },
    "signed_hash": "0x1c0e10e65de5df7536ace823f5a0b8cdae7e20097475b8dd1fedf1ce99f279f3" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-02-05T00:10:00.634089",
        "sig_der": "0x304402202e98006ccb0b03a9ea4291c3d368986e5be56f3264a5cdf4be63c6181f127fe302200966c3e057488773fd7b72c6240b8e8f03c1847d82343cd58367ff7d6b1291fd", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x2e98006ccb0b03a9ea4291c3d368986e5be56f3264a5cdf4be63c6181f127fe3",
            "s": "0x0966c3e057488773fd7b72c6240b8e8f03c1847d82343cd58367ff7d6b1291fd",
            "v": 28
        },
        "signed_hash": "0x6795e694584ecf9c1f1c96f657098fcad8da0f7584faf3731b69da6854b93c29", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x00000000000000000000000000000000000000000000005a548ecd9071660000" /* signed_value * 10**(-base_unit_exp) = 1666.30 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-02-05T01:15:00.105736",
    "sig_der": "0x3045022100d90d62830395b4180f8fb0f00dd1cf21fc877f17b0ac1b3f81a6ce0e030a9ece02207b0e95535110ff49f809b3caebf4490ce25d6a70dae0e5396f22855f04c57820", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xd90d62830395b4180f8fb0f00dd1cf21fc877f17b0ac1b3f81a6ce0e030a9ece",
        "s": "0x7b0e95535110ff49f809b3caebf4490ce25d6a70dae0e5396f22855f04c57820",
        "v": 27
    },
    "signed_hash": "0x2f9271db9f9e5819eeca43ebe0bcbc11bbefa5d6ff61adae92c55d02c846792c", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x00000000000000000000000000000000000000000000005a548ecd9071660000" /* signed_value * 10**(-base_unit_exp) = 1666.30 */
}