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": 1675555200 /* (uint40) epoch seconds since 1970; this is 2023-02-05 00:00:00 (UTC) */
},
"fact_hash":
"0x59bd6dd2953a5f6a47dc2e896cb2f513527dc65acb34f3ed9902aa5848a6a7fc", /* (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-04T00:05:00.634884",
    "sig_der": "0x304402206c537bef31efeb0e5c41e83cc788313647d4fe6a728dbca7ce68483a292bd8e702201771e2ea3f2d7c061c56114cc40dfda7fcb307f8a372baeec0b48aa98b3ea968", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x6c537bef31efeb0e5c41e83cc788313647d4fe6a728dbca7ce68483a292bd8e7",
        "s": "0x1771e2ea3f2d7c061c56114cc40dfda7fcb307f8a372baeec0b48aa98b3ea968",
        "v": 27
    },
    "signed_hash": "0x59bd6dd2953a5f6a47dc2e896cb2f513527dc65acb34f3ed9902aa5848a6a7fc" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-02-05T00:10:00.634089",
        "sig_der": "0x304402204f02d70481cf6cb1ff36e388d421a8c7cde9b0c603cfea31237df5fcac0579b802204b4974dbba16ba457eff791badbfa536f7a77455e7bd0e9ae52906942a972378", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x4f02d70481cf6cb1ff36e388d421a8c7cde9b0c603cfea31237df5fcac0579b8",
            "s": "0x4b4974dbba16ba457eff791badbfa536f7a77455e7bd0e9ae52906942a972378",
            "v": 28
        },
        "signed_hash": "0x653d96500e7d188d25ab3b070ce3476eabfad59168eaebaf623c63c1cc4b8eb9", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x00000000000000000000000000000000000000000000000005b09cd3e5e90000" /* signed_value * 10**(-base_unit_exp) = 0.410 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-02-05T01:15:00.105736",
    "sig_der": "0x30440220714a22f6c31ec91b46c242318ad15773e43891e19719ff704d6029bf3d75fc270220758cbe281929fff7b6b25ddb9f948e6a733d41bf7ab525d3df280cd2666a4efa", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x714a22f6c31ec91b46c242318ad15773e43891e19719ff704d6029bf3d75fc27",
        "s": "0x758cbe281929fff7b6b25ddb9f948e6a733d41bf7ab525d3df280cd2666a4efa",
        "v": 28
    },
    "signed_hash": "0x17ed834c0b2d3087d68c50d86da0635c94832b931969f7c94a5a95086bef29d0", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x00000000000000000000000000000000000000000000000005b09cd3e5e90000" /* signed_value * 10**(-base_unit_exp) = 0.410 */
}