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": 1675382400 /* (uint40) epoch seconds since 1970; this is 2023-02-03 00:00:00 (UTC) */
},
"fact_hash":
"0xe09010c7519eb889a8550fdf038335d35ac8e2ef976b243c62fd9ed4063ea115", /* (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-02T00:05:00.329006",
    "sig_der": "0x304402201ee7aabf4d6735350d0f8dd64bb29553c27ea0b18bbf19fe89d69663c1d02dd8022044d310b129fb20898573c57bb6755649ea99e0daaceb4bc92477d09bcbd5bded", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x1ee7aabf4d6735350d0f8dd64bb29553c27ea0b18bbf19fe89d69663c1d02dd8",
        "s": "0x44d310b129fb20898573c57bb6755649ea99e0daaceb4bc92477d09bcbd5bded",
        "v": 28
    },
    "signed_hash": "0xe09010c7519eb889a8550fdf038335d35ac8e2ef976b243c62fd9ed4063ea115" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-02-03T00:10:00.104760",
        "sig_der": "0x3045022100d230f204f496ce0532b107b03759f0114cb5bc4112adef1040c1adc0116ff0eb0220094c55ab5dab3478aea0300999b058ee75f0c62dcc13ad9ff0eed0b62399b922", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0xd230f204f496ce0532b107b03759f0114cb5bc4112adef1040c1adc0116ff0eb",
            "s": "0x094c55ab5dab3478aea0300999b058ee75f0c62dcc13ad9ff0eed0b62399b922",
            "v": 28
        },
        "signed_hash": "0x12ed5fe9c06840e54604b31d7146c810fdd3697eb41afba348a4c3b19c18598d", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x000000000000000000000000000000000000000000000059198833d580080000" /* signed_value * 10**(-base_unit_exp) = 1643.60 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-02-03T01:10:00.317351",
    "sig_der": "0x3044022022e18415b3f21b3c1c1288d3540293674fc56f17ed73f9171b2fca6fd4d6994602207c1680c272bed379567bced66e8309207a4550ba757fa7ddea90bcce198696b3", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x22e18415b3f21b3c1c1288d3540293674fc56f17ed73f9171b2fca6fd4d69946",
        "s": "0x7c1680c272bed379567bced66e8309207a4550ba757fa7ddea90bcce198696b3",
        "v": 27
    },
    "signed_hash": "0x6d2bb774d9b532b9fe62d2f955295930cc5080433a0a36114f6e8b40665d035c", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x000000000000000000000000000000000000000000000059198833d580080000" /* signed_value * 10**(-base_unit_exp) = 1643.60 */
}