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": 1684972800 /* (uint40) epoch seconds since 1970; this is 2023-05-25 00:00:00 (UTC) */
},
"fact_hash":
"0x779dc6d5e6a45cc0eef89505970ed87d121bb8beee0df350bf1740d46ae26f8e", /* (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-24T00:05:00.983013",
    "sig_der": "0x3045022100a3215cc4574b5b00248d66f8793cc90524c3b5947277d747ae513e0306c5616c0220188040e1997b5eedb690f2467b3065b56da422b35765b728e8a15a17f0f08182", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xa3215cc4574b5b00248d66f8793cc90524c3b5947277d747ae513e0306c5616c",
        "s": "0x188040e1997b5eedb690f2467b3065b56da422b35765b728e8a15a17f0f08182",
        "v": 27
    },
    "signed_hash": "0x779dc6d5e6a45cc0eef89505970ed87d121bb8beee0df350bf1740d46ae26f8e" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-05-25T00:15:00.963219",
        "sig_der": "0x304402205c8ad1047007d08578daf1245a5cdf01599841179649c5d9a8ad3a0838a71fb102207da84fd4be8f6b69469a4a1435fb3ae40785aa8459c04b8632d5504bab13ccaf", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x5c8ad1047007d08578daf1245a5cdf01599841179649c5d9a8ad3a0838a71fb1",
            "s": "0x7da84fd4be8f6b69469a4a1435fb3ae40785aa8459c04b8632d5504bab13ccaf",
            "v": 27
        },
        "signed_hash": "0x25b7900bd9018ccbd23f7147a7d800127c75306e92f383862bd30121e78f8463", /* (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-25T01:17:08.727591",
    "sig_der": "0x3045022100a1a848382be257e4f38fd67b5450f60b95c44027a18067bafd634f0a10ba093d022078b76ef5766e21f3ecdc64a525bc003401eef5496a2f97b723b31b9d7613e509", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xa1a848382be257e4f38fd67b5450f60b95c44027a18067bafd634f0a10ba093d",
        "s": "0x78b76ef5766e21f3ecdc64a525bc003401eef5496a2f97b723b31b9d7613e509",
        "v": 28
    },
    "signed_hash": "0xf6e0187be61d99eb1400ef46e4b666944edf013bd3f7709021ba6e9337dd5974", /* (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 */
}