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": "XRP\u0000USD\u0000bitfinex", /* (bytes32) "XRP\u0000USD\u0000bitfinex" as hex utf8 is 0x585250005553440062697466696e6578 */
    "ndigit": 3, /* (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": 1677628800 /* (uint40) epoch seconds since 1970; this is 2023-03-01 00:00:00 (UTC) */
},
"fact_hash":
"0xf35782b9a218ffd704cd2b856f73d27f786ca47c241cc5e236135726fba38d2d", /* (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": "0x304402200c035af00a873eefdab7ef1060d3df1ce91464f760506c768d54b43f297475520220766787dfdc4c04dbf6a282877f2e70f7a933dffd358c9744137819d76c01583b", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x0c035af00a873eefdab7ef1060d3df1ce91464f760506c768d54b43f29747552",
        "s": "0x766787dfdc4c04dbf6a282877f2e70f7a933dffd358c9744137819d76c01583b",
        "v": 27
    },
    "signed_hash": "0xf35782b9a218ffd704cd2b856f73d27f786ca47c241cc5e236135726fba38d2d" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-03-01T00:10:00.985326",
        "sig_der": "0x3045022100ea75e33dc5b10acddafa2daf93e8a5867b4c9b15059dd24942439d08119f204d0220207b892132f0df4b0d7f2f79fb8f0ebdc83a15654045b8415fb56cefcb5dc071", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0xea75e33dc5b10acddafa2daf93e8a5867b4c9b15059dd24942439d08119f204d",
            "s": "0x207b892132f0df4b0d7f2f79fb8f0ebdc83a15654045b8415fb56cefcb5dc071",
            "v": 28
        },
        "signed_hash": "0x1ea8284bb8decc17b72175952d7cf27dc26d502063a11d181a64363f30e85ac3", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x0000000000000000000000000000000000000000000000000537d202038c0000" /* signed_value * 10**(-base_unit_exp) = 0.376 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-03-01T01:15:00.916141",
    "sig_der": "0x3045022100b584949a23bd10622c7323e40db8c7da7fd7d9868fa6c8cb0a7c9b15536ddde6022041e058eadf1dd721ec0f97a36295a6d8ebc9735096672012ed593c9bfcede053", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xb584949a23bd10622c7323e40db8c7da7fd7d9868fa6c8cb0a7c9b15536ddde6",
        "s": "0x41e058eadf1dd721ec0f97a36295a6d8ebc9735096672012ed593c9bfcede053",
        "v": 28
    },
    "signed_hash": "0x65330a575a22d1165b3c4f8d6eb88d26533f9806fd9b215e20b42d4f69e819b2", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x0000000000000000000000000000000000000000000000000537d202038c0000" /* signed_value * 10**(-base_unit_exp) = 0.376 */
}