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": 1684713600 /* (uint40) epoch seconds since 1970; this is 2023-05-22 00:00:00 (UTC) */
},
"fact_hash":
"0x064da7ca9fde3001b130839a50e91d280466a24f3483690c5d037f6a3c743813", /* (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-05-21T00:05:00.290293",
    "sig_der": "0x3045022100c5582c9dc8dc33041c96eed35d4096fe22282f5b78cbe8cc6456b8c5cd2e89770220524ca8bd6feb4339ca14ff2bf06381a66ba96ca82da660553c1d0580611ee876", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xc5582c9dc8dc33041c96eed35d4096fe22282f5b78cbe8cc6456b8c5cd2e8977",
        "s": "0x524ca8bd6feb4339ca14ff2bf06381a66ba96ca82da660553c1d0580611ee876",
        "v": 27
    },
    "signed_hash": "0x064da7ca9fde3001b130839a50e91d280466a24f3483690c5d037f6a3c743813" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-05-22T00:15:00.034602",
        "sig_der": "0x3045022100a59d313ed753290f8378fd49924b05d9a7adad42f12d7cfd5f43927d7581fe530220395e63692e10188d42805fec6311bae78de80de14ae83e3ada059a72ea0cfbbd", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0xa59d313ed753290f8378fd49924b05d9a7adad42f12d7cfd5f43927d7581fe53",
            "s": "0x395e63692e10188d42805fec6311bae78de80de14ae83e3ada059a72ea0cfbbd",
            "v": 28
        },
        "signed_hash": "0xcd3662f6a964c7feba0a7605836218181f44fd173ebe14e1ee1bdd755843ec50", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x0000000000000000000000000000000000000000000005aaa99a0b718d200000" /* signed_value * 10**(-base_unit_exp) = 26760.0 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-05-22T01:15:00.175574",
    "sig_der": "0x3045022100c88d43632b2618f904f3ace3175fdfd913ccdce8f04737fde53832cf4a1ae04902202c96b787bf54143bece33d7babd56dcc6952e38abceead3fe919b817eb327b16", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xc88d43632b2618f904f3ace3175fdfd913ccdce8f04737fde53832cf4a1ae049",
        "s": "0x2c96b787bf54143bece33d7babd56dcc6952e38abceead3fe919b817eb327b16",
        "v": 28
    },
    "signed_hash": "0x44bbac389d5268610420d707fb23ffc88146f3676abeb72af0424827423b6047", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x0000000000000000000000000000000000000000000005aaa99a0b718d200000" /* signed_value * 10**(-base_unit_exp) = 26760.0 */
}