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": 1675814400 /* (uint40) epoch seconds since 1970; this is 2023-02-08 00:00:00 (UTC) */
},
"fact_hash":
"0xf79c10ce79ffc72dbe0ec28d62f696b35ace6833af7fc363684c30fea33bcca5", /* (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-07T00:05:00.514939",
    "sig_der": "0x3045022100bdd483880d4dedd91f5c526c946c3f872847e3d8af958b9c3037e9932b030f6a02204f7c3c84077855ba0b3c6fe7f331d8362c91c7ae6806b91efc510c409e4de311", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xbdd483880d4dedd91f5c526c946c3f872847e3d8af958b9c3037e9932b030f6a",
        "s": "0x4f7c3c84077855ba0b3c6fe7f331d8362c91c7ae6806b91efc510c409e4de311",
        "v": 27
    },
    "signed_hash": "0xf79c10ce79ffc72dbe0ec28d62f696b35ace6833af7fc363684c30fea33bcca5" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-02-08T00:10:00.361390",
        "sig_der": "0x3045022100a43d3a6fe1958788f66f04c1881943154a0b472d01d89a99df889e0c90effb4e022070a60220e1a6e8e7995f8937e179caf8f765c538cc9fabbfeff14e559cdd4307", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0xa43d3a6fe1958788f66f04c1881943154a0b472d01d89a99df889e0c90effb4e",
            "s": "0x70a60220e1a6e8e7995f8937e179caf8f765c538cc9fabbfeff14e559cdd4307",
            "v": 28
        },
        "signed_hash": "0x1d1223dc3764d3b564960a439ebf91550d9eebeb9d407ee9c8e04d5670d0cabb", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x0000000000000000000000000000000000000000000000000597be5d647b8000" /* signed_value * 10**(-base_unit_exp) = 0.403 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-02-08T01:10:00.783142",
    "sig_der": "0x304402206f624d7ae008490371ff2c7722ce2c37c8953cb4cac995544047e21e24ebb37802207999b3e57fa7ade3e38e90a43ad96cae4fcfde4d749ea72cae5dc30f0745e8ec", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x6f624d7ae008490371ff2c7722ce2c37c8953cb4cac995544047e21e24ebb378",
        "s": "0x7999b3e57fa7ade3e38e90a43ad96cae4fcfde4d749ea72cae5dc30f0745e8ec",
        "v": 27
    },
    "signed_hash": "0xd40d3c8cc1ea9191a821da6d0a9845cb7a1f77e8c77a7f72fc22f28b086e9d35", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x0000000000000000000000000000000000000000000000000597be5d647b8000" /* signed_value * 10**(-base_unit_exp) = 0.403 */
}