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": 1678838400 /* (uint40) epoch seconds since 1970; this is 2023-03-15 00:00:00 (UTC) */
},
"fact_hash":
"0x8874c72ec9783aaa215339c4719e48af0b38feffc7652c7ae57fdd97c243f968", /* (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-14T00:05:00.095608",
    "sig_der": "0x304402207a4af29a7d0d215ebe0d72684d3fd39aabdb2a8cb2790ee3d264d5ec400e622302201e2f678cbf8ef093245bb0b07a386789748e4608e765b116581c9615b786ba8f", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x7a4af29a7d0d215ebe0d72684d3fd39aabdb2a8cb2790ee3d264d5ec400e6223",
        "s": "0x1e2f678cbf8ef093245bb0b07a386789748e4608e765b116581c9615b786ba8f",
        "v": 27
    },
    "signed_hash": "0x8874c72ec9783aaa215339c4719e48af0b38feffc7652c7ae57fdd97c243f968" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-03-15T00:10:00.445381",
        "sig_der": "0x304502210086d8529a78a1c3e6acb3e07c18982d5c63f29d28ccce4b1ee1d61f78f9d7cc11022004f04122d01a86d3c7cca18271c409d7242f7d3d22c779d6d5ede2657ca7a881", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x86d8529a78a1c3e6acb3e07c18982d5c63f29d28ccce4b1ee1d61f78f9d7cc11",
            "s": "0x04f04122d01a86d3c7cca18271c409d7242f7d3d22c779d6d5ede2657ca7a881",
            "v": 28
        },
        "signed_hash": "0x6b22afcbf46c5a8588d33f1d56c93cf88ebac0c7639ce6384f7b8baad51f2110", /* (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-15T01:15:00.810725",
    "sig_der": "0x3045022100b1d7c6f94905b4548bad7bf2e0d6ba940f24963ae13708de4bfb91a2ecd1f9b8022045446512d9c873aefd032ee410515eb21a98c6bef875212f4571d36282f4d251", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xb1d7c6f94905b4548bad7bf2e0d6ba940f24963ae13708de4bfb91a2ecd1f9b8",
        "s": "0x45446512d9c873aefd032ee410515eb21a98c6bef875212f4571d36282f4d251",
        "v": 28
    },
    "signed_hash": "0xd7f2cdff398441f8ef7bf4b188fe70e9119a7bb67c8751b338143ccb1be42e98", /* (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 */
}