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": 1685145600 /* (uint40) epoch seconds since 1970; this is 2023-05-27 00:00:00 (UTC) */
},
"fact_hash":
"0x85c72d35dd96b752d14b8b6f811cdd9f31ba061836e6197fde329a4c730505bb", /* (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-05-26T00:05:00.047712",
    "sig_der": "0x3044022002a03170206346c6617583394f10d63b8b97e2b70b54485fc149eec2b180a20402202cbe010c3ad6d7e3a924580788cdd57e10995e7720b5d640c5b4165b17d64243", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x02a03170206346c6617583394f10d63b8b97e2b70b54485fc149eec2b180a204",
        "s": "0x2cbe010c3ad6d7e3a924580788cdd57e10995e7720b5d640c5b4165b17d64243",
        "v": 28
    },
    "signed_hash": "0x85c72d35dd96b752d14b8b6f811cdd9f31ba061836e6197fde329a4c730505bb" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-05-27T00:15:00.170214",
        "sig_der": "0x3045022100964f49fe8ba0fa4126f06da340bbc4f760c0564b5f109622ff44c51c2d6c8f66022039e0dbf3599ea642e1e95890558ef6c2e4c0e915401f605a10140c93cf2991e6", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x964f49fe8ba0fa4126f06da340bbc4f760c0564b5f109622ff44c51c2d6c8f66",
            "s": "0x39e0dbf3599ea642e1e95890558ef6c2e4c0e915401f605a10140c93cf2991e6",
            "v": 27
        },
        "signed_hash": "0x141eb85144aa1c24fd20f1da66cf6227f4939aedf84e404131d310ccc8092d3b", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x0000000000000000000000000000000000000000000005a96a69a14d83240000" /* signed_value * 10**(-base_unit_exp) = 26737.0 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-05-27T01:15:00.819739",
    "sig_der": "0x3045022100f1d7010ab54648ba4a16d583edc1ab58312b488bb50d9b0c2fb9d3ac89f5b0ad0220392b4b2afad12857e7e27f146322fc7235f7512d79d270521934b5d12e4e576c", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xf1d7010ab54648ba4a16d583edc1ab58312b488bb50d9b0c2fb9d3ac89f5b0ad",
        "s": "0x392b4b2afad12857e7e27f146322fc7235f7512d79d270521934b5d12e4e576c",
        "v": 28
    },
    "signed_hash": "0x4045305c2e98237162e615f28158b9021496bb94ae5544575139110fe984080a", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x0000000000000000000000000000000000000000000005a96a69a14d83240000" /* signed_value * 10**(-base_unit_exp) = 26737.0 */
}