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": 1679270400 /* (uint40) epoch seconds since 1970; this is 2023-03-20 00:00:00 (UTC) */
},
"fact_hash":
"0x719d5f54a73ead13a058e9990bd00fc2658b7c3c20cf236279e96ff7fdff24f6", /* (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-03-19T00:05:00.819814",
    "sig_der": "0x3045022100823c4f9d960f508daa506bd1f1b8451c2134e218e3a21eb552bb0ff7e05d1cb90220773c3f58c923a370149e10d6ed60b305a7f7b8cc04a15155bf476cb4ad8bbc52", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x823c4f9d960f508daa506bd1f1b8451c2134e218e3a21eb552bb0ff7e05d1cb9",
        "s": "0x773c3f58c923a370149e10d6ed60b305a7f7b8cc04a15155bf476cb4ad8bbc52",
        "v": 27
    },
    "signed_hash": "0x719d5f54a73ead13a058e9990bd00fc2658b7c3c20cf236279e96ff7fdff24f6" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-03-20T00:10:00.269531",
        "sig_der": "0x304402205b037d7d5e5ab6bc803c8ee486cb0ed581bcef915cb27b5f26fad5119d1a160f02207ca3790e79816bb1f5be52f3592f7f81bc5bfbf8389b42211886f50cfeaa35da", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x5b037d7d5e5ab6bc803c8ee486cb0ed581bcef915cb27b5f26fad5119d1a160f",
            "s": "0x7ca3790e79816bb1f5be52f3592f7f81bc5bfbf8389b42211886f50cfeaa35da",
            "v": 28
        },
        "signed_hash": "0x1e653d525c8fae04657684118843515e4de479a096a6b5af5cb005d2e0367168", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x0000000000000000000000000000000000000000000000000557cb75ce868000" /* signed_value * 10**(-base_unit_exp) = 0.385 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-03-20T01:15:00.277940",
    "sig_der": "0x3044022014b0ea43fde5c62f7428c79b565c45045e61b1e09807aecb2c4822402e3335d002203ea83320b8645580a72629f81ddea7c2787b0814abeb92a23000aef879eff4b5", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x14b0ea43fde5c62f7428c79b565c45045e61b1e09807aecb2c4822402e3335d0",
        "s": "0x3ea83320b8645580a72629f81ddea7c2787b0814abeb92a23000aef879eff4b5",
        "v": 28
    },
    "signed_hash": "0xb24c16537b7677d4f9ed80e755026f897b617d570e82ae31103f33147f25252e", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x0000000000000000000000000000000000000000000000000557cb75ce868000" /* signed_value * 10**(-base_unit_exp) = 0.385 */
}