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": 1675209600 /* (uint40) epoch seconds since 1970; this is 2023-02-01 00:00:00 (UTC) */
},
"fact_hash":
"0xc7889480abb266f13e50456ae3d07abd0642af11b28c02666e7a09f4cc4f5b45", /* (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-01-01T00:05:00.680779",
    "sig_der": "0x3045022100d77af325ab74bd4159490a43e69a499f9bae4af81637c33fd257d2041d455f2702205f3f3781bd8b92a9d8a4adb6052dada5fc4b3eafdbe4b0a90c3fa6e6b8970573", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xd77af325ab74bd4159490a43e69a499f9bae4af81637c33fd257d2041d455f27",
        "s": "0x5f3f3781bd8b92a9d8a4adb6052dada5fc4b3eafdbe4b0a90c3fa6e6b8970573",
        "v": 27
    },
    "signed_hash": "0xc7889480abb266f13e50456ae3d07abd0642af11b28c02666e7a09f4cc4f5b45" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-02-01T00:10:00.297133",
        "sig_der": "0x304402205284b30227cf7ea1c454a07023eae8c9b14fbc319a37838a6fd6297e6c1335fa02201964c2cd79680540a41f248dc798bead25e9ae133631d766ca513a9595647417", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x5284b30227cf7ea1c454a07023eae8c9b14fbc319a37838a6fd6297e6c1335fa",
            "s": "0x1964c2cd79680540a41f248dc798bead25e9ae133631d766ca513a9595647417",
            "v": 28
        },
        "signed_hash": "0xfb17c59c1cc0f6f305baadf8b87ff533ea991feaee9436f5c3f0958266955ab5", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x000000000000000000000000000000000000000000000055f49ecf2193600000" /* signed_value * 10**(-base_unit_exp) = 1585.60 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-02-01T01:10:00.582144",
    "sig_der": "0x3045022100ab228c1d4092a5ed430e731cf5d8511c58e4861fa05edd1eefc096b8f6da257e0220298d3dc9a25f7571cab3d8b5fcbd0ab4f16a2dfd6f5a9c5d94ede581983e7c21", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xab228c1d4092a5ed430e731cf5d8511c58e4861fa05edd1eefc096b8f6da257e",
        "s": "0x298d3dc9a25f7571cab3d8b5fcbd0ab4f16a2dfd6f5a9c5d94ede581983e7c21",
        "v": 27
    },
    "signed_hash": "0x62be8dc8775ca40e92d5ec548484ccfce463dbc552564274d2011658323c334d", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x000000000000000000000000000000000000000000000055f49ecf2193600000" /* signed_value * 10**(-base_unit_exp) = 1585.60 */
}