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": 1675814400 /* (uint40) epoch seconds since 1970; this is 2023-02-08 00:00:00 (UTC) */
},
"fact_hash":
"0xc916e6f499ac4248948ff0a8fd8737b32a7607051711b7defb1bb1d17c44fa0f", /* (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-07T00:05:00.514939",
    "sig_der": "0x304402200db3abe64e4c7db574c04642e024e483c87aaf57b059684d27d8c060a51a45a8022059eb88d49bdc91ec683b91dfa6e99719b272cf2eb97fe7a00a91ddcbc6894306", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x0db3abe64e4c7db574c04642e024e483c87aaf57b059684d27d8c060a51a45a8",
        "s": "0x59eb88d49bdc91ec683b91dfa6e99719b272cf2eb97fe7a00a91ddcbc6894306",
        "v": 27
    },
    "signed_hash": "0xc916e6f499ac4248948ff0a8fd8737b32a7607051711b7defb1bb1d17c44fa0f" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-02-08T00:10:00.361390",
        "sig_der": "0x3045022100c1855b2253c0a757ebce695576fdb081bfdde5d9da2b3f8cb5dc34960f71e17502205c40b50a4f3fc917f1370f2fa6b233406719898a0dd7af909cb9a97aa8bc280a", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0xc1855b2253c0a757ebce695576fdb081bfdde5d9da2b3f8cb5dc34960f71e175",
            "s": "0x5c40b50a4f3fc917f1370f2fa6b233406719898a0dd7af909cb9a97aa8bc280a",
            "v": 27
        },
        "signed_hash": "0x41beccd01c5763ef37aaaa70a6918dea3c9906b1b6a766a4593917906055a710", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x00000000000000000000000000000000000000000000005a95c88ea99dbc0000" /* signed_value * 10**(-base_unit_exp) = 1671.00 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-02-08T01:10:00.783142",
    "sig_der": "0x3045022100baf042b1622f220100f0d4b9828680c051b17526221f887984d242f1793a6e7d022051bc2b1eeff4b9e2e5b71a5bebc3ad1bd24fe8c64da4bb00802bd4cd2cd863a6", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xbaf042b1622f220100f0d4b9828680c051b17526221f887984d242f1793a6e7d",
        "s": "0x51bc2b1eeff4b9e2e5b71a5bebc3ad1bd24fe8c64da4bb00802bd4cd2cd863a6",
        "v": 27
    },
    "signed_hash": "0x5eb23e7c5f50318d1b2dfadbd261f31ed287294e75df9f15ef21ef427f114d13", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x00000000000000000000000000000000000000000000005a95c88ea99dbc0000" /* signed_value * 10**(-base_unit_exp) = 1671.00 */
}