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": 1679011200 /* (uint40) epoch seconds since 1970; this is 2023-03-17 00:00:00 (UTC) */
},
"fact_hash":
"0x0244b8ad78434fe10456495c54d035b35ac2d5657c55f134bd6077c58baa1222", /* (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-16T00:05:00.751611",
    "sig_der": "0x3045022100bd6a567708caa519287781d193ec926d3a261604f42e9f49963aa4174999f6f90220550c7ac30fff069b372c6bb9607df1530634b7721ff44bc5f312633b4227ed62", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xbd6a567708caa519287781d193ec926d3a261604f42e9f49963aa4174999f6f9",
        "s": "0x550c7ac30fff069b372c6bb9607df1530634b7721ff44bc5f312633b4227ed62",
        "v": 27
    },
    "signed_hash": "0x0244b8ad78434fe10456495c54d035b35ac2d5657c55f134bd6077c58baa1222" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-03-17T00:10:00.915720",
        "sig_der": "0x3044022061a6382c2bc4828a2b04bbc7325e7b7aca6101d2c09e49353c0f8051542072190220507f87569d43ef0a7f01122615f53c22017b6de46e38ab1a89c08ea09c7246bb", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x61a6382c2bc4828a2b04bbc7325e7b7aca6101d2c09e49353c0f805154207219",
            "s": "0x507f87569d43ef0a7f01122615f53c22017b6de46e38ab1a89c08ea09c7246bb",
            "v": 27
        },
        "signed_hash": "0xc8cf41b6673d777884066861c5a0acc26d045c7b7ef4bdf0282ecaa8bf439f4d", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x0000000000000000000000000000000000000000000000000510bd90ef048000" /* signed_value * 10**(-base_unit_exp) = 0.365 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-03-17T01:15:00.668704",
    "sig_der": "0x3045022100cd2bea13d68333e8728c6ad43272c0761b6d96a55b662741828d48cdafc75cee022000f159d9b2064e0dba52890f0c65211089073b784745ff68f060dffe3887307e", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xcd2bea13d68333e8728c6ad43272c0761b6d96a55b662741828d48cdafc75cee",
        "s": "0x00f159d9b2064e0dba52890f0c65211089073b784745ff68f060dffe3887307e",
        "v": 27
    },
    "signed_hash": "0x4e7bf9051948daf1cafd7d3db6025c1a283cbaa05289e74bdeed50b9a7d4232d", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x0000000000000000000000000000000000000000000000000510bd90ef048000" /* signed_value * 10**(-base_unit_exp) = 0.365 */
}