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": 1684627200 /* (uint40) epoch seconds since 1970; this is 2023-05-21 00:00:00 (UTC) */
},
"fact_hash":
"0xd7a5a8af3a6732b6cda4dc324276a10f7d5cc23b5fa00a9e61512faafe9d9dd8", /* (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-20T00:05:00.667528",
    "sig_der": "0x3045022100cf367ca988845a798621555cf01973e006f74bd94ca37faf9726d6acc9dbf669022062fa5f934dda4dd8e4cd2876bbd52bc3d1946c0ed61b8ad3e930b6d36bc46c78", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xcf367ca988845a798621555cf01973e006f74bd94ca37faf9726d6acc9dbf669",
        "s": "0x62fa5f934dda4dd8e4cd2876bbd52bc3d1946c0ed61b8ad3e930b6d36bc46c78",
        "v": 27
    },
    "signed_hash": "0xd7a5a8af3a6732b6cda4dc324276a10f7d5cc23b5fa00a9e61512faafe9d9dd8" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-05-21T00:15:00.200978",
        "sig_der": "0x3045022100c08f6c78dd9b3c4c6363348dbc31f46ab755000b1ed80961060c4815fdd66c88022051c485e26206b4ef95a0ab066a8e52741393563f87e786f09987a77cd4f57155", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0xc08f6c78dd9b3c4c6363348dbc31f46ab755000b1ed80961060c4815fdd66c88",
            "s": "0x51c485e26206b4ef95a0ab066a8e52741393563f87e786f09987a77cd4f57155",
            "v": 27
        },
        "signed_hash": "0x351d81ebb61fde3798d705fa1934baeb5359b337245ae90f6767d831ecbbbe99", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x000000000000000000000000000000000000000000000062ba3a26de6d680000" /* signed_value * 10**(-base_unit_exp) = 1821.20 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-05-21T01:15:00.302060",
    "sig_der": "0x3045022100c352242f1e57307ab653a466e0fe5229463e92306586a611f44e20de17ac51c502200c770eaa8e43e980a27a5748d90894a6739b09cb1e7d22a47cf785dca89bb618", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xc352242f1e57307ab653a466e0fe5229463e92306586a611f44e20de17ac51c5",
        "s": "0x0c770eaa8e43e980a27a5748d90894a6739b09cb1e7d22a47cf785dca89bb618",
        "v": 28
    },
    "signed_hash": "0xee7282e9bf1890e0de85f47ab445ee258fb27cf40b038668fb99a431a2656e73", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x000000000000000000000000000000000000000000000062ba3a26de6d680000" /* signed_value * 10**(-base_unit_exp) = 1821.20 */
}