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": 1679184000 /* (uint40) epoch seconds since 1970; this is 2023-03-19 00:00:00 (UTC) */
},
"fact_hash":
"0xf92fffd986193cbbb8dd1d226ad07eb61a147d24d70ed8d738909873b5995946", /* (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-18T00:05:00.420557",
    "sig_der": "0x304402205332aa73c4183fcb3dda97904c0362532dea4bce41122cd94ca944545aa82a3c0220604187003de98db00442a0fe689d238e8778d4edb0a9bdf4a6c1d64142842a1b", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x5332aa73c4183fcb3dda97904c0362532dea4bce41122cd94ca944545aa82a3c",
        "s": "0x604187003de98db00442a0fe689d238e8778d4edb0a9bdf4a6c1d64142842a1b",
        "v": 27
    },
    "signed_hash": "0xf92fffd986193cbbb8dd1d226ad07eb61a147d24d70ed8d738909873b5995946" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-03-19T00:10:00.705438",
        "sig_der": "0x304502210095792806726c085e3da46cad0b8e5d872b04148e66bf4f5e597d90c18932461c02202eedf03401bb797f37c63f599375af3cdf9f4e5c94c875ed3e0990a7667b8318", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x95792806726c085e3da46cad0b8e5d872b04148e66bf4f5e597d90c18932461c",
            "s": "0x2eedf03401bb797f37c63f599375af3cdf9f4e5c94c875ed3e0990a7667b8318",
            "v": 28
        },
        "signed_hash": "0x2a0bfdcfb2066f76ed7016e52a9e43690c8f20c94ce46b8304de9951505697e3", /* (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-19T01:10:00.705556",
    "sig_der": "0x304402202bca423642d9c44804299d2ae2e94276d058bf9150318d7dfe4a58fbae6ebad90220776668bb40b91198b13c07430118c5f8af1392ce4df89295c93a37c69837710f", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x2bca423642d9c44804299d2ae2e94276d058bf9150318d7dfe4a58fbae6ebad9",
        "s": "0x776668bb40b91198b13c07430118c5f8af1392ce4df89295c93a37c69837710f",
        "v": 27
    },
    "signed_hash": "0x78aaa2f86b4a52a7d0e0764d0219ec3cf2a805ff7fbc953d463fad6b9a174885", /* (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 */
}