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": 1678924800 /* (uint40) epoch seconds since 1970; this is 2023-03-16 00:00:00 (UTC) */
},
"fact_hash":
"0xa9745aa58c1dd163a643443b30522b6b0559a3834edc7e3a06e060e0fb40bc4a", /* (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-15T00:05:00.803527",
    "sig_der": "0x304502210098e947ee777de594e7eaf08495482de41d1651a80797be65b874a950d0b58861022037585d6724b2e99bf726664fe0ec07d78a88cf3f78a003f2b7d3bb972c89d894", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x98e947ee777de594e7eaf08495482de41d1651a80797be65b874a950d0b58861",
        "s": "0x37585d6724b2e99bf726664fe0ec07d78a88cf3f78a003f2b7d3bb972c89d894",
        "v": 28
    },
    "signed_hash": "0xa9745aa58c1dd163a643443b30522b6b0559a3834edc7e3a06e060e0fb40bc4a" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-03-16T00:10:00.200973",
        "sig_der": "0x3045022100fd8299fb4a730f804018d39c019978d41a3d3520043b3eeab906fae4ef563dd202204cf51a024bfe7545ad8ac89fd36e260c8c7446aecc2757f98c87f69a30688364", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0xfd8299fb4a730f804018d39c019978d41a3d3520043b3eeab906fae4ef563dd2",
            "s": "0x4cf51a024bfe7545ad8ac89fd36e260c8c7446aecc2757f98c87f69a30688364",
            "v": 27
        },
        "signed_hash": "0xa360f65d59d83ee02d2b520e0a5ebae0f75aa52b6618d569293880ab7151b3a0", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x00000000000000000000000000000000000000000000000004fb6c99125d8000" /* signed_value * 10**(-base_unit_exp) = 0.359 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-03-16T01:10:00.701792",
    "sig_der": "0x3045022100b7c37dfb3047d4807f2043dd41d512117e22dcd9042ff310cb713a6b46cfa55602207fab04487a98732a4b6690ff40878adb0d3a760cfd66c71d9af9d4b72d4073cc", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xb7c37dfb3047d4807f2043dd41d512117e22dcd9042ff310cb713a6b46cfa556",
        "s": "0x7fab04487a98732a4b6690ff40878adb0d3a760cfd66c71d9af9d4b72d4073cc",
        "v": 27
    },
    "signed_hash": "0xc8c5fa00f7d326babfeb36e30f73fb1e5475e3fe695bfd2995c147b8f0feabdb", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x00000000000000000000000000000000000000000000000004fb6c99125d8000" /* signed_value * 10**(-base_unit_exp) = 0.359 */
}