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": 1675296000 /* (uint40) epoch seconds since 1970; this is 2023-02-02 00:00:00 (UTC) */
},
"fact_hash":
"0xe71fc34f11c3e25a0aa0ce9a879edd7d14d037a913b88ebb80283552acf4f0b2", /* (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-01T00:05:00.844959",
    "sig_der": "0x304402205e9261f7481cd257f23a08e1e4d8e9069ed6fb979dbe3fb7ddbc7e9f548c26f602201d159efb55c58ce73c40cc7e0c112725691244be344e9c7d72c3d10055535691", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x5e9261f7481cd257f23a08e1e4d8e9069ed6fb979dbe3fb7ddbc7e9f548c26f6",
        "s": "0x1d159efb55c58ce73c40cc7e0c112725691244be344e9c7d72c3d10055535691",
        "v": 27
    },
    "signed_hash": "0xe71fc34f11c3e25a0aa0ce9a879edd7d14d037a913b88ebb80283552acf4f0b2" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-02-02T00:10:00.113742",
        "sig_der": "0x3045022100c2bfada476a9be43b9dad20b57eebf43714b8cf6d6cc2f6541a5734599ad7dfe022027b80c4869e8e50bec36092945ba39191f9e5d7636f5f435bcf7e11097ef41b8", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0xc2bfada476a9be43b9dad20b57eebf43714b8cf6d6cc2f6541a5734599ad7dfe",
            "s": "0x27b80c4869e8e50bec36092945ba39191f9e5d7636f5f435bcf7e11097ef41b8",
            "v": 28
        },
        "signed_hash": "0x8c26c8e06035b99449dc3a46765f8b882a8cc67bda7c7ad9678b9dc2b6a70708", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x00000000000000000000000000000000000000000000050614a350dc67300000" /* signed_value * 10**(-base_unit_exp) = 23724.0 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-02-02T01:10:00.364599",
    "sig_der": "0x3045022100fa277adcf83d4db10fe24e61064f82630557b840cfccfde2686ff488d527867002204d4efa418d952b64c30fe8069ceb8f6c565d84a2739dfd960e55e9aad7d91de0", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xfa277adcf83d4db10fe24e61064f82630557b840cfccfde2686ff488d5278670",
        "s": "0x4d4efa418d952b64c30fe8069ceb8f6c565d84a2739dfd960e55e9aad7d91de0",
        "v": 27
    },
    "signed_hash": "0x80af19a83410d6111ba6e506bccbf42133620a66767193e5416d380613dd52d0", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x00000000000000000000000000000000000000000000050614a350dc67300000" /* signed_value * 10**(-base_unit_exp) = 23724.0 */
}