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": 1669852800 /* (uint40) epoch seconds since 1970; this is 2022-12-01 00:00:00 (UTC) */
},
"fact_hash":
"0x9f7a8b31fd244668c5eea9d3e99bd10b1311d6d6d1c3e64179d67813c81c2174", /* (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-11-01T00:05:00.794328",
    "sig_der": "0x3045022100fed454f25095f2b986880b9aa17af79d1ca2f46ef3627fd23d4e1b767ffbc471022053008a3d5f1d74430599e62c27b8011a5f60ca8da741eb82c2a4217294ad8325", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xfed454f25095f2b986880b9aa17af79d1ca2f46ef3627fd23d4e1b767ffbc471",
        "s": "0x53008a3d5f1d74430599e62c27b8011a5f60ca8da741eb82c2a4217294ad8325",
        "v": 28
    },
    "signed_hash": "0x9f7a8b31fd244668c5eea9d3e99bd10b1311d6d6d1c3e64179d67813c81c2174" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2022-12-01T00:09:34.064716",
        "sig_der": "0x30450221009db11c49ef2408db9bb723c011729b1fffb01b2bcd459789e1a7a11d86c05cc60220152293b56410011ce44df106862472dd70533ec72255e16ede7f8c8fd79ef1e2", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x9db11c49ef2408db9bb723c011729b1fffb01b2bcd459789e1a7a11d86c05cc6",
            "s": "0x152293b56410011ce44df106862472dd70533ec72255e16ede7f8c8fd79ef1e2",
            "v": 28
        },
        "signed_hash": "0xc7873872ca7aa8f805493fad1c6b46a5ab688c61514edf483ee8eaf4746a7c96", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x00000000000000000000000000000000000000000000000005a981d69c5c0000" /* signed_value * 10**(-base_unit_exp) = 0.408 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2022-12-01T01:10:55.686520",
    "sig_der": "0x3045022100bdd6356c9934398133e79501ef6ddd5a70991b17702138656107c345f9f6636e022059fe83792264a320724d2f30ed40d27730491e01556ff4c2a986a417d854facf", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xbdd6356c9934398133e79501ef6ddd5a70991b17702138656107c345f9f6636e",
        "s": "0x59fe83792264a320724d2f30ed40d27730491e01556ff4c2a986a417d854facf",
        "v": 27
    },
    "signed_hash": "0xa16e1a1bfa936c55d55029db9d597ffed3d1a45624d7c45e733dd38272b19c93", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x00000000000000000000000000000000000000000000000005a981d69c5c0000" /* signed_value * 10**(-base_unit_exp) = 0.408 */
}