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": 1664236800 /* (uint40) epoch seconds since 1970; this is 2022-09-27 00:00:00 (UTC) */
},
"fact_hash":
"0xdae19d6ed977df90fa70802d55a4bceb6eaf667409bfe3ca921edf43a3f18e99", /* (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": "2022-09-26T00:05:00.745063",
    "sig_der": "0x3045022100e56181c99e6c0eb14a006610dd57e5af0a871408b64944d64e456cd63fa57222022021792a553dd21896b40125234bd3fa6d3f7a721c4602f975d710ac1d973a16fb", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xe56181c99e6c0eb14a006610dd57e5af0a871408b64944d64e456cd63fa57222",
        "s": "0x21792a553dd21896b40125234bd3fa6d3f7a721c4602f975d710ac1d973a16fb",
        "v": 27
    },
    "signed_hash": "0xdae19d6ed977df90fa70802d55a4bceb6eaf667409bfe3ca921edf43a3f18e99" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2022-09-27T00:10:00.221615",
        "sig_der": "0x3044022011dc6dbfface76a6489d40079b28a0c0a428bed102cbe27c376555c21ee52d4b022043f99769e99e1104bf9bf4152eeefec2c8c74be8d7fb650acf3700dcfa5bcef2", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x11dc6dbfface76a6489d40079b28a0c0a428bed102cbe27c376555c21ee52d4b",
            "s": "0x43f99769e99e1104bf9bf4152eeefec2c8c74be8d7fb650acf3700dcfa5bcef2",
            "v": 28
        },
        "signed_hash": "0x0d26e82667088fb74641b743e9d0fa21f366177a600d041c85da3c65c52a2e06", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x0000000000000000000000000000000000000000000004129f7e2f32dfe40000" /* signed_value * 10**(-base_unit_exp) = 19233.0 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2022-09-27T01:10:00.969571",
    "sig_der": "0x304502210085da79d0fedf5abec909eeb13633c40b436e2d021ee87d40de24dfe27d8bffad0220397b4bf6363857ef2b3630ddcbaea460fabf4f18f53d9ad4dec87fe52b8e661a", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x85da79d0fedf5abec909eeb13633c40b436e2d021ee87d40de24dfe27d8bffad",
        "s": "0x397b4bf6363857ef2b3630ddcbaea460fabf4f18f53d9ad4dec87fe52b8e661a",
        "v": 28
    },
    "signed_hash": "0x7a1e0090d75b6c991438eaaf1479ac071c5b52854cf1238bf9fc9c18ddbaa301", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x0000000000000000000000000000000000000000000004129f7e2f32dfe40000" /* signed_value * 10**(-base_unit_exp) = 19233.0 */
}