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": 1679184000 /* (uint40) epoch seconds since 1970; this is 2023-03-19 00:00:00 (UTC) */
},
"fact_hash":
"0x0ce371f452d60ac3bc38cbe3782033d553e63513b1510606ea6a9f1c4d0655ad", /* (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-18T00:05:00.420557",
    "sig_der": "0x30440220288cbd09a831d496af3589410020d59e8ee8b7819488a8a106ee57b1d50433c802204b70fbd645de74de6058b3dd901cec3f02ea9c4093e76d7cd511258f880e831b", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x288cbd09a831d496af3589410020d59e8ee8b7819488a8a106ee57b1d50433c8",
        "s": "0x4b70fbd645de74de6058b3dd901cec3f02ea9c4093e76d7cd511258f880e831b",
        "v": 27
    },
    "signed_hash": "0x0ce371f452d60ac3bc38cbe3782033d553e63513b1510606ea6a9f1c4d0655ad" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-03-19T00:10:00.705438",
        "sig_der": "0x3044022018ec9200acaa5fa721767ff93a8135d3446e113afbd4d56714ee4dd8a0f39ade02207218017b2c619b9f7b1823875acf5159d35226dbee34f5ae80209a8f07dd58f9", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x18ec9200acaa5fa721767ff93a8135d3446e113afbd4d56714ee4dd8a0f39ade",
            "s": "0x7218017b2c619b9f7b1823875acf5159d35226dbee34f5ae80209a8f07dd58f9",
            "v": 28
        },
        "signed_hash": "0xbe254c7a99699996c10237911418af2b2882611252446156c21ee3a4704649b2", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x00000000000000000000000000000000000000000000005f61f7b7c4fbce0000" /* signed_value * 10**(-base_unit_exp) = 1759.50 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-03-19T01:10:00.705556",
    "sig_der": "0x3045022100ae01f19c8b53706b2d97ba6f4a35d9490556e0a2d6af3742b050060d090ef18502205a4979f1061b96b9da4238d08c56dd4eac3f9a95e03515df17fb621d9c1f83d9", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xae01f19c8b53706b2d97ba6f4a35d9490556e0a2d6af3742b050060d090ef185",
        "s": "0x5a4979f1061b96b9da4238d08c56dd4eac3f9a95e03515df17fb621d9c1f83d9",
        "v": 28
    },
    "signed_hash": "0x1def2409fb2b25ddef5af62f063f3f6ceb86473d18882a4b7ebfe5ddc4ea346f", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x00000000000000000000000000000000000000000000005f61f7b7c4fbce0000" /* signed_value * 10**(-base_unit_exp) = 1759.50 */
}