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": 1679011200 /* (uint40) epoch seconds since 1970; this is 2023-03-17 00:00:00 (UTC) */
},
"fact_hash":
"0xa32317eff2741d02ece793ca647d8d2bcd42d9cd83609b8bcd9d6d603af1ccb7", /* (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-16T00:05:00.751611",
    "sig_der": "0x304402201972b990ec435cc20089d3f25be84a242d35ce0306a5875870c67d05a55e903102206602ae037403b80af16d3c65cf976cb03b9a0c5944e3accde318518a146f1bf4", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x1972b990ec435cc20089d3f25be84a242d35ce0306a5875870c67d05a55e9031",
        "s": "0x6602ae037403b80af16d3c65cf976cb03b9a0c5944e3accde318518a146f1bf4",
        "v": 27
    },
    "signed_hash": "0xa32317eff2741d02ece793ca647d8d2bcd42d9cd83609b8bcd9d6d603af1ccb7" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-03-17T00:10:00.915720",
        "sig_der": "0x3044022071b81760d352e9abdf6215a0bc3ce92df1c7ec69e6854e5d408cdeeda7c84d5302200d6de7bc16fc25deee068b9d61c76d4db8808e9725ee4245be655cd6aadbf4ec", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x71b81760d352e9abdf6215a0bc3ce92df1c7ec69e6854e5d408cdeeda7c84d53",
            "s": "0x0d6de7bc16fc25deee068b9d61c76d4db8808e9725ee4245be655cd6aadbf4ec",
            "v": 27
        },
        "signed_hash": "0x3b13455616ac5e1a61a6c56090963c4ddeb6effb5c8af4d4652f3e9f5052e8f6", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x00000000000000000000000000000000000000000000054e2e1882380cb80000" /* signed_value * 10**(-base_unit_exp) = 25054.0 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-03-17T01:15:00.668704",
    "sig_der": "0x3045022100f37f110ada9835bfad83a3ed2a14d42617b6612b7ad2aceb8749076f56aacaea02202d48f3880e0a04a2503625cb4f71c91e46905c47ece25cedf1356bcf0a648642", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xf37f110ada9835bfad83a3ed2a14d42617b6612b7ad2aceb8749076f56aacaea",
        "s": "0x2d48f3880e0a04a2503625cb4f71c91e46905c47ece25cedf1356bcf0a648642",
        "v": 28
    },
    "signed_hash": "0xb1a2f9318f72613a7997a00b7a095bc8161306e91cd3b40192d2a4be9ba1d4a5", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x00000000000000000000000000000000000000000000054e2e1882380cb80000" /* signed_value * 10**(-base_unit_exp) = 25054.0 */
}