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": 1675728000 /* (uint40) epoch seconds since 1970; this is 2023-02-07 00:00:00 (UTC) */
},
"fact_hash":
"0xde834ccd8a13d422320575b4b7c5d938fbc93dc8ea994409c3ab1f0d031451ce", /* (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-06T00:05:00.352201",
    "sig_der": "0x3044022055e00e03578aab59ab2c309fe9b4b9613c62d37df91de672a8d1f18767c2bef0022024023cdf2ccae75463f10b093cc19e6906830935703a42a748be1eb73eaf7f01", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x55e00e03578aab59ab2c309fe9b4b9613c62d37df91de672a8d1f18767c2bef0",
        "s": "0x24023cdf2ccae75463f10b093cc19e6906830935703a42a748be1eb73eaf7f01",
        "v": 27
    },
    "signed_hash": "0xde834ccd8a13d422320575b4b7c5d938fbc93dc8ea994409c3ab1f0d031451ce" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-02-07T00:10:00.070972",
        "sig_der": "0x30440220579775d0248bfc0cbf3432281d0273296ebe2b3fac069daa817865f1291e47130220776c3d867ee78dcc5e93bdc64993e6c4117081ffc3188c14d4392e011fa236b1", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x579775d0248bfc0cbf3432281d0273296ebe2b3fac069daa817865f1291e4713",
            "s": "0x776c3d867ee78dcc5e93bdc64993e6c4117081ffc3188c14d4392e011fa236b1",
            "v": 28
        },
        "signed_hash": "0x9950af6967baba683d867ad64d634406e9a2fc237847714677fb69eefbe1070d", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x0000000000000000000000000000000000000000000000577ebfe0a958780000" /* signed_value * 10**(-base_unit_exp) = 1614.00 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-02-07T01:10:00.193225",
    "sig_der": "0x3045022100b4c3fc5f2b771a42958c9f2b1f8e42114a4f38efe6b32cd164623e995d8cd54c02207baa6c8085636149defbb8641f22af9cf6288ade1dad624196532c8827a9ef09", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xb4c3fc5f2b771a42958c9f2b1f8e42114a4f38efe6b32cd164623e995d8cd54c",
        "s": "0x7baa6c8085636149defbb8641f22af9cf6288ade1dad624196532c8827a9ef09",
        "v": 28
    },
    "signed_hash": "0x8ea1652c58da942069aa30f1cb5d8387ed4244833291f9c1cc510de3092afa75", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x0000000000000000000000000000000000000000000000577ebfe0a958780000" /* signed_value * 10**(-base_unit_exp) = 1614.00 */
}