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": "BTC\u0000USD\u0000bitfinex", /* (bytes32) "BTC\u0000USD\u0000bitfinex" as hex utf8 is 0x425443005553440062697466696e6578 */
    "ndigit": 1, /* (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":
"0xef3900ce13224ef46880fb6fd48d3d4d9643056d577f0de5a89c77277cf1bd7a", /* (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": "0x304402205ff1bfe4c601a9aa4e50f2f0622d3b49d0bab80c9db35198b2b362f2931cafd00220115b477d61a28eb4c7e727aa87868f1b4d4e5cab52b5a867cf22b79d65f1354d", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x5ff1bfe4c601a9aa4e50f2f0622d3b49d0bab80c9db35198b2b362f2931cafd0",
        "s": "0x115b477d61a28eb4c7e727aa87868f1b4d4e5cab52b5a867cf22b79d65f1354d",
        "v": 27
    },
    "signed_hash": "0xef3900ce13224ef46880fb6fd48d3d4d9643056d577f0de5a89c77277cf1bd7a" /* (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": "0x30440220259b8bc7a3759811dd03f7fa5e62160f287bba8f97fe129049cd0e11672a0a290220098607e01fb62c40d5dd189ed8d71cb7493d0262617c87655ce60875df40d81e", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x259b8bc7a3759811dd03f7fa5e62160f287bba8f97fe129049cd0e11672a0a29",
            "s": "0x098607e01fb62c40d5dd189ed8d71cb7493d0262617c87655ce60875df40d81e",
            "v": 27
        },
        "signed_hash": "0x7720238e81150dd4d0d8b8b6c5b57ccd647232c55a71834549b3d0cd2533a6b1", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x0000000000000000000000000000000000000000000004ec1d2d76b633140000" /* signed_value * 10**(-base_unit_exp) = 23245.0 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-02-08T01:10:00.783142",
    "sig_der": "0x30440220515ea2e65661257d3f7461103b4f15dcab883c04517a4a9a5c17730641d0155e02207d6b44a62e94bb3dca3a9dfaec837dd05ae740af873691027b4e74f5e3aa011f", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x515ea2e65661257d3f7461103b4f15dcab883c04517a4a9a5c17730641d0155e",
        "s": "0x7d6b44a62e94bb3dca3a9dfaec837dd05ae740af873691027b4e74f5e3aa011f",
        "v": 28
    },
    "signed_hash": "0xf858b1b5bddf1a45c7e51c71a23b46f1fad4a9e1de3e6b913bd7044ee6bf2052", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x0000000000000000000000000000000000000000000004ec1d2d76b633140000" /* signed_value * 10**(-base_unit_exp) = 23245.0 */
}