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": "ETH\u0000USD\u0000bitfinex", /* (bytes32) "ETH\u0000USD\u0000bitfinex" as hex utf8 is 0x455448005553440062697466696e6578 */
    "ndigit": 2, /* (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": 1680307200 /* (uint40) epoch seconds since 1970; this is 2023-04-01 00:00:00 (UTC) */
},
"fact_hash":
"0x65fed93a0ffedc26e6e1fb9e4f4e6885043385723f82e2810a7b97d4fed8ba2e", /* (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-01T00:05:00.938140",
    "sig_der": "0x304402202b0375e83c24a5e18b83e826cd04bde933ca0838bed9fc903ea0944dae9506f20220418453df5e40974d923bf54c9df0b0fd6b42c12ba28e5f71b0fb63e5026364e0", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x2b0375e83c24a5e18b83e826cd04bde933ca0838bed9fc903ea0944dae9506f2",
        "s": "0x418453df5e40974d923bf54c9df0b0fd6b42c12ba28e5f71b0fb63e5026364e0",
        "v": 27
    },
    "signed_hash": "0x65fed93a0ffedc26e6e1fb9e4f4e6885043385723f82e2810a7b97d4fed8ba2e" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
]