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": 1675728000 /* (uint40) epoch seconds since 1970; this is 2023-02-07 00:00:00 (UTC) */
},
"fact_hash":
"0x7eeb4c9e967ee04bd850298f7fddcd32bbc63b7f6b2bc51fd1ba425972381e0c", /* (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-06T00:05:00.352201",
    "sig_der": "0x3044022020463d9e01cdd48dc003137c77323d0131456156fd074dd09da73ee13ec35c040220156a7d0762f9066b82dfe8809e0876967cd607b3201d6765839e5809b403b02b", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x20463d9e01cdd48dc003137c77323d0131456156fd074dd09da73ee13ec35c04",
        "s": "0x156a7d0762f9066b82dfe8809e0876967cd607b3201d6765839e5809b403b02b",
        "v": 28
    },
    "signed_hash": "0x7eeb4c9e967ee04bd850298f7fddcd32bbc63b7f6b2bc51fd1ba425972381e0c" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-02-07T00:10:00.070972",
        "sig_der": "0x3045022100a8119b3b73a0d81cd3beaa665babf5226f17b26bf279245526d3ddb18cfea9ac02207844c2324c00bd921c01020cfe9aca5e4d94c2b2fb25162201f5236d2d17051a", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0xa8119b3b73a0d81cd3beaa665babf5226f17b26bf279245526d3ddb18cfea9ac",
            "s": "0x7844c2324c00bd921c01020cfe9aca5e4d94c2b2fb25162201f5236d2d17051a",
            "v": 27
        },
        "signed_hash": "0xa1a6badc361fbd532cf701b2eed4b621610739863e7338e5568d425fbb22d544", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x000000000000000000000000000000000000000000000000056d1c6dab2d8000" /* signed_value * 10**(-base_unit_exp) = 0.391 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-02-07T01:10:00.193225",
    "sig_der": "0x304402203c63b4f1dcefe940b9afb8ce629d8591902655d71a07328ade8a5902b03f4d3d0220616bd332dd977e6136c6838e7a0199a22dd2cafba05e804e79c21a87f397e552", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x3c63b4f1dcefe940b9afb8ce629d8591902655d71a07328ade8a5902b03f4d3d",
        "s": "0x616bd332dd977e6136c6838e7a0199a22dd2cafba05e804e79c21a87f397e552",
        "v": 28
    },
    "signed_hash": "0xe36a0480199b10dd6b251af8ba79657b3ab1cb5080b9e3fa00017e037df83295", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x000000000000000000000000000000000000000000000000056d1c6dab2d8000" /* signed_value * 10**(-base_unit_exp) = 0.391 */
}