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": 1678752000 /* (uint40) epoch seconds since 1970; this is 2023-03-14 00:00:00 (UTC) */
},
"fact_hash":
"0x7f3d4d1485f5d68bce3f59d5167d925ea0916777091eef0122acdedf0d1e1e5a", /* (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-13T00:05:00.700186",
    "sig_der": "0x3045022100c83d4dabec85aba850c92860ee354a709c0738d2a0938d05db47c5b9da88f7df02207c4c74ce250e031b1f8ad42c5bfea5c92b76084a2250f99b7047f034a8ef904b", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xc83d4dabec85aba850c92860ee354a709c0738d2a0938d05db47c5b9da88f7df",
        "s": "0x7c4c74ce250e031b1f8ad42c5bfea5c92b76084a2250f99b7047f034a8ef904b",
        "v": 27
    },
    "signed_hash": "0x7f3d4d1485f5d68bce3f59d5167d925ea0916777091eef0122acdedf0d1e1e5a" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-03-14T00:10:00.663119",
        "sig_der": "0x304402204efab01af78e9bcec9b0b7cd172790e70614184469b4c02e2df4ecab718e327102201d1faca44822b5e8e2813769c798cf6148a0cc2b47676495b1ed7b2c2761e84e", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x4efab01af78e9bcec9b0b7cd172790e70614184469b4c02e2df4ecab718e3271",
            "s": "0x1d1faca44822b5e8e2813769c798cf6148a0cc2b47676495b1ed7b2c2761e84e",
            "v": 28
        },
        "signed_hash": "0x274ee5af7856ba11cae0ec7ac8a8e5f5357148e0d2e7fcc7e6ca0c14bff640d1", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x000000000000000000000000000000000000000000000000052d298615388000" /* signed_value * 10**(-base_unit_exp) = 0.373 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-03-14T01:10:00.998040",
    "sig_der": "0x304402205cba54a573d3f26e120dd6b7bd8f5f66be40db30b463a702982541047ac229d50220196e8e94f437aed7cbebf027702554813ccd6e5d68f92a2ce2d24c62480e75c9", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x5cba54a573d3f26e120dd6b7bd8f5f66be40db30b463a702982541047ac229d5",
        "s": "0x196e8e94f437aed7cbebf027702554813ccd6e5d68f92a2ce2d24c62480e75c9",
        "v": 28
    },
    "signed_hash": "0x60c80ede01bbc4ad1829c94185bde8a8117c343cbf751fec8ac4b8307e91e659", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x000000000000000000000000000000000000000000000000052d298615388000" /* signed_value * 10**(-base_unit_exp) = 0.373 */
}