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": 1685577600 /* (uint40) epoch seconds since 1970; this is 2023-06-01 00:00:00 (UTC) */
},
"fact_hash":
"0x02180d151fb8adf5a4ef8a69865ff77725dfd5d9f74b7cccc75f8c3c751ac6df", /* (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-01T00:05:00.601061",
    "sig_der": "0x3044022076570b13d87066d7e7cc018bc6d035015888ee5580452fbf50b2c22b56855ca0022005c42ce48f03928de50e6f6f1cec662d13c884946817bb4757aac9e38633be88", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x76570b13d87066d7e7cc018bc6d035015888ee5580452fbf50b2c22b56855ca0",
        "s": "0x05c42ce48f03928de50e6f6f1cec662d13c884946817bb4757aac9e38633be88",
        "v": 27
    },
    "signed_hash": "0x02180d151fb8adf5a4ef8a69865ff77725dfd5d9f74b7cccc75f8c3c751ac6df" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-06-01T00:09:30.983964",
        "sig_der": "0x3045022100ce04f87dca48cff24f34ec5ba39125959bbcc3a6ed274a568d1d4c0cd724d2c60220692b504b980c74ec083755221ea4408bfb11a911d2627d73dfa7c8764ceb87cf", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0xce04f87dca48cff24f34ec5ba39125959bbcc3a6ed274a568d1d4c0cd724d2c6",
            "s": "0x692b504b980c74ec083755221ea4408bfb11a911d2627d73dfa7c8764ceb87cf",
            "v": 28
        },
        "signed_hash": "0x5180148a15752419d23a873cda314024bc0c4f2dcc588e8834a7d9562f562a44", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x000000000000000000000000000000000000000000000000072cc0c2c4e08000" /* signed_value * 10**(-base_unit_exp) = 0.517 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-06-01T01:10:57.234969",
    "sig_der": "0x30440220029ff6a11490f5bdc0dc262d60f6cb739f6f087990b3ac99bc6462aa1f0cad5602203eafda31449b647df2c203cb49e956a85169395dd8b8aca0ee177f9a218a5c3a", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x029ff6a11490f5bdc0dc262d60f6cb739f6f087990b3ac99bc6462aa1f0cad56",
        "s": "0x3eafda31449b647df2c203cb49e956a85169395dd8b8aca0ee177f9a218a5c3a",
        "v": 28
    },
    "signed_hash": "0xfdd5b66c207ba00df43f7f7be25e774a6d8a292c474310c380eaae1d09954c63", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x000000000000000000000000000000000000000000000000072cc0c2c4e08000" /* signed_value * 10**(-base_unit_exp) = 0.517 */
}