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": 1684540800 /* (uint40) epoch seconds since 1970; this is 2023-05-20 00:00:00 (UTC) */
},
"fact_hash":
"0x11fc8f328407924e7d3dbda665319845c939fd871bb51e8e3b6ae2a9a19e2c11", /* (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-19T00:05:00.752796",
    "sig_der": "0x3045022100cef1bc31aacc212d4e5d79bd37acad56f24d191dcd835159fb87ab90fb42f7bd02203d7c0faad12853f99e3d467bc72b461048fd72df41616d2f7da36e34a6b2ff37", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xcef1bc31aacc212d4e5d79bd37acad56f24d191dcd835159fb87ab90fb42f7bd",
        "s": "0x3d7c0faad12853f99e3d467bc72b461048fd72df41616d2f7da36e34a6b2ff37",
        "v": 28
    },
    "signed_hash": "0x11fc8f328407924e7d3dbda665319845c939fd871bb51e8e3b6ae2a9a19e2c11" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-05-20T00:15:00.709930",
        "sig_der": "0x304402200954163a6a90b3ab622921868de541325f2034d2daa0394c75b5ea0c29dee4f8022014fbb7e17add8a939f2969be04ee4724dab661ee3e60efbdb3a535787b6942fd", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x0954163a6a90b3ab622921868de541325f2034d2daa0394c75b5ea0c29dee4f8",
            "s": "0x14fbb7e17add8a939f2969be04ee4724dab661ee3e60efbdb3a535787b6942fd",
            "v": 28
        },
        "signed_hash": "0xbd5a0768150e44f73c8e4f11c70b50f60a13c0e8146d7b1d107cd8df3250579e", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x000000000000000000000000000000000000000000000062591527f4d9ac0000" /* signed_value * 10**(-base_unit_exp) = 1814.20 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-05-20T01:17:08.163045",
    "sig_der": "0x304402202c8b0aa3f16dceaa233ac8560f11a99f6be1d8596ea2c94eb8d58d383d8d40ba022019b133181396bb0135e3939d50b85aebca736892b969b308546edea829089794", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x2c8b0aa3f16dceaa233ac8560f11a99f6be1d8596ea2c94eb8d58d383d8d40ba",
        "s": "0x19b133181396bb0135e3939d50b85aebca736892b969b308546edea829089794",
        "v": 28
    },
    "signed_hash": "0xf357162cd61b1dea59fc527321ceda2515d28e308c69d95011aed49325026807", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x000000000000000000000000000000000000000000000062591527f4d9ac0000" /* signed_value * 10**(-base_unit_exp) = 1814.20 */
}