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": 1678665600 /* (uint40) epoch seconds since 1970; this is 2023-03-13 00:00:00 (UTC) */
},
"fact_hash":
"0xcb8453b0f1ade021121bd05d82b72380404f33afd9a0f338ed2518c8b0af2d6d", /* (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-03-12T00:05:00.168412",
    "sig_der": "0x3044022035f3a39feb42ee926455637b1493bf668748b7b1c3da54f830f248c6f23de1d60220332dbc91ca3b3c584648643c3facaf0322787ff6042b144b21295c49858f4708", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x35f3a39feb42ee926455637b1493bf668748b7b1c3da54f830f248c6f23de1d6",
        "s": "0x332dbc91ca3b3c584648643c3facaf0322787ff6042b144b21295c49858f4708",
        "v": 28
    },
    "signed_hash": "0xcb8453b0f1ade021121bd05d82b72380404f33afd9a0f338ed2518c8b0af2d6d" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-03-13T00:10:00.939112",
        "sig_der": "0x304402207dbb9ef26a1186aba871fb4aba289c872c4849c7e9bd84375864b18ebd7ac80a022065a41b7ae199144a3a19fa0380a71c9abf0d5bf8badc1265694e8350c723fb1f", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x7dbb9ef26a1186aba871fb4aba289c872c4849c7e9bd84375864b18ebd7ac80a",
            "s": "0x65a41b7ae199144a3a19fa0380a71c9abf0d5bf8badc1265694e8350c723fb1f",
            "v": 28
        },
        "signed_hash": "0x151ebab5059862cef3843840c6a6ad2f9c2029e0f10fe4cf70810673ee83a54b", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x000000000000000000000000000000000000000000000056011c405cdd3a0000" /* signed_value * 10**(-base_unit_exp) = 1586.50 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-03-13T01:15:00.169068",
    "sig_der": "0x30450221008b61beafe4be2b59502328f6f4e1fa8556d9ba55635b660e79395b7e4f55e8a60220099e5369ed9953e8285ab94404d9def359cfe1a58c53807bf9cda32efd9b3d4d", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x8b61beafe4be2b59502328f6f4e1fa8556d9ba55635b660e79395b7e4f55e8a6",
        "s": "0x099e5369ed9953e8285ab94404d9def359cfe1a58c53807bf9cda32efd9b3d4d",
        "v": 27
    },
    "signed_hash": "0xc8e597b19ed68b939cc19e5938cd96ee6d664371093d0e3a9b69f36640a49107", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x000000000000000000000000000000000000000000000056011c405cdd3a0000" /* signed_value * 10**(-base_unit_exp) = 1586.50 */
}