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": 1675641600 /* (uint40) epoch seconds since 1970; this is 2023-02-06 00:00:00 (UTC) */
},
"fact_hash":
"0x490d9b21cdf7e1b2c97bb4e50cfd79f8299df81adb3e6bd6f26ca0d85763c497", /* (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-02-05T00:05:00.396079",
    "sig_der": "0x30450221009dcb27f7519a78691e73e1d5c2a60dbb3a263c16da45bc1c459dc9acc49803d00220585ab5786a5bdbad8c7b8d8eb55701e0c306cf99085480fbb5fe5e88300f7033", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x9dcb27f7519a78691e73e1d5c2a60dbb3a263c16da45bc1c459dc9acc49803d0",
        "s": "0x585ab5786a5bdbad8c7b8d8eb55701e0c306cf99085480fbb5fe5e88300f7033",
        "v": 27
    },
    "signed_hash": "0x490d9b21cdf7e1b2c97bb4e50cfd79f8299df81adb3e6bd6f26ca0d85763c497" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-02-06T00:10:00.514671",
        "sig_der": "0x3045022100c264b4cd39b84084f55d4f5dde53761804f3999fe90c43e3a5ad3dbf529ec820022029804dbde03ebb1d7fa687559b0d9b4d48d05c5d1c0cacc5fe7893826da55811", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0xc264b4cd39b84084f55d4f5dde53761804f3999fe90c43e3a5ad3dbf529ec820",
            "s": "0x29804dbde03ebb1d7fa687559b0d9b4d48d05c5d1c0cacc5fe7893826da55811",
            "v": 28
        },
        "signed_hash": "0xae90f1c0bdb82b0ca3b696c408c40ff952a96865984b578246f6e61cde2361b8", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x0000000000000000000000000000000000000000000000000585fae42c9b0000" /* signed_value * 10**(-base_unit_exp) = 0.398 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-02-06T01:10:00.538359",
    "sig_der": "0x3045022100b6858d43012ca54ee7a1d75fee9a3c165d70be6987bc4a8be337338aea94530f02203c21b106aa8e7814fec5d313060782951ba36ac16ae23618dc1aa4453a7a865b", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xb6858d43012ca54ee7a1d75fee9a3c165d70be6987bc4a8be337338aea94530f",
        "s": "0x3c21b106aa8e7814fec5d313060782951ba36ac16ae23618dc1aa4453a7a865b",
        "v": 28
    },
    "signed_hash": "0xcf686a087ca5c5006b568eab8ac86366cff6b8e10f423e28f760cd0cd9b94bb8", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x0000000000000000000000000000000000000000000000000585fae42c9b0000" /* signed_value * 10**(-base_unit_exp) = 0.398 */
}