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": "BTC\u0000USD\u0000bitfinex", /* (bytes32) "BTC\u0000USD\u0000bitfinex" as hex utf8 is 0x425443005553440062697466696e6578 */
    "ndigit": 1, /* (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":
"0xac177e1c6b5282d961ecb6cb330caabd909eef0d6d3767b0b42d40044ca9be44", /* (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": "0x30440220050eafe4a1d6d36da8697ff7a33567f0376d2becab12f1c6005d1b952f7fcf92022002feca412bacdc6641f1ca2b91745b645762099c6c6d63e3315ffb68ec465861", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x050eafe4a1d6d36da8697ff7a33567f0376d2becab12f1c6005d1b952f7fcf92",
        "s": "0x02feca412bacdc6641f1ca2b91745b645762099c6c6d63e3315ffb68ec465861",
        "v": 27
    },
    "signed_hash": "0xac177e1c6b5282d961ecb6cb330caabd909eef0d6d3767b0b42d40044ca9be44" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
]