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": 1685059200 /* (uint40) epoch seconds since 1970; this is 2023-05-26 00:00:00 (UTC) */
},
"fact_hash":
"0xf63216904cf5fc213dbc16d8c5f5ebdf1519ac20dd4019743e8179c5f9788b0d", /* (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-25T00:05:00.106496",
    "sig_der": "0x3044022030f5a027395768fe15e36d125e16ddd5f57157ed9fbfa5f0a7d3824f9bb95e8b02202adabe80f3cd24b7ff1ddcee3694f4f21191e5b9f0037dc706674e06c7df040f", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x30f5a027395768fe15e36d125e16ddd5f57157ed9fbfa5f0a7d3824f9bb95e8b",
        "s": "0x2adabe80f3cd24b7ff1ddcee3694f4f21191e5b9f0037dc706674e06c7df040f",
        "v": 27
    },
    "signed_hash": "0xf63216904cf5fc213dbc16d8c5f5ebdf1519ac20dd4019743e8179c5f9788b0d" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-05-26T00:15:00.409218",
        "sig_der": "0x3045022100c4cb9ee769e716a2d5aeaedc9d3e36a3b47d6033a4e3933f5535ec79b2e1e0d8022049bb88e6e564409172221e0e79104d4aed377318b8293c49fbaf0c47057571a3", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0xc4cb9ee769e716a2d5aeaedc9d3e36a3b47d6033a4e3933f5535ec79b2e1e0d8",
            "s": "0x49bb88e6e564409172221e0e79104d4aed377318b8293c49fbaf0c47057571a3",
            "v": 28
        },
        "signed_hash": "0x5550b335dda2ef64b4a396a8180981fe352f58166ccd8186e6cf99ecde21a973", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x0000000000000000000000000000000000000000000000000649611993408000" /* signed_value * 10**(-base_unit_exp) = 0.453 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-05-26T01:15:00.728451",
    "sig_der": "0x3045022100c8dcda3dfca3d7bb1587181e73732436d82004f6c74d36de72fc6a549b91bbc402206b5c92d393ef7176cb7c86ddb31f40df0c72146e01854beb351e74290b318e04", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xc8dcda3dfca3d7bb1587181e73732436d82004f6c74d36de72fc6a549b91bbc4",
        "s": "0x6b5c92d393ef7176cb7c86ddb31f40df0c72146e01854beb351e74290b318e04",
        "v": 28
    },
    "signed_hash": "0xdd8a4f5c349545664643c250812734385d94c7064fe96a50b01a14d745908f90", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x0000000000000000000000000000000000000000000000000649611993408000" /* signed_value * 10**(-base_unit_exp) = 0.453 */
}