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": 1675641600 /* (uint40) epoch seconds since 1970; this is 2023-02-06 00:00:00 (UTC) */
},
"fact_hash":
"0x9c136e776a2d76d3a9d58bf159529a0edf03773328c21aae2f20b272fd9901c7", /* (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-05T00:05:00.396079",
    "sig_der": "0x304402205496829a7ea270834a8e37b40cee342a11a8db0b23764977252a62d578fe4dd00220606e8dcb00536632a2bfe571cfa6a47d6201b04b9a9f88243bceeb0b3717c9f7", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x5496829a7ea270834a8e37b40cee342a11a8db0b23764977252a62d578fe4dd0",
        "s": "0x606e8dcb00536632a2bfe571cfa6a47d6201b04b9a9f88243bceeb0b3717c9f7",
        "v": 28
    },
    "signed_hash": "0x9c136e776a2d76d3a9d58bf159529a0edf03773328c21aae2f20b272fd9901c7" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-02-06T00:10:00.514671",
        "sig_der": "0x3044022061b2fd7f41414f2f4e0f034d999f3ca054365283a1047912d08a486f8a9c34c60220761612765ede6431f13136233e66379b0c6a3453b2ca1c237ac842d820f6ab8d", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x61b2fd7f41414f2f4e0f034d999f3ca054365283a1047912d08a486f8a9c34c6",
            "s": "0x761612765ede6431f13136233e66379b0c6a3453b2ca1c237ac842d820f6ab8d",
            "v": 27
        },
        "signed_hash": "0x8bdc6c7bf83fd5d14c2ef3b66f938a22532440bbcac793fa1f1193fcd2ddc28e", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x0000000000000000000000000000000000000000000004db4f1039297ffc0000" /* signed_value * 10**(-base_unit_exp) = 22935.0 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-02-06T01:10:00.538359",
    "sig_der": "0x304402205cec4504a45838ce6b72048e1978bf081dc4f19c4388439149cf067ca0b02b5b0220710e57c92bd9d67f5d655a4f21413ad8d29cfff239f9b435eae6f62cc6078dff", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x5cec4504a45838ce6b72048e1978bf081dc4f19c4388439149cf067ca0b02b5b",
        "s": "0x710e57c92bd9d67f5d655a4f21413ad8d29cfff239f9b435eae6f62cc6078dff",
        "v": 27
    },
    "signed_hash": "0x72a17640a3972ce7dec6c978ae4238605a11a24f7ad10c8eeb146c591ad6be89", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x0000000000000000000000000000000000000000000004db4f1039297ffc0000" /* signed_value * 10**(-base_unit_exp) = 22935.0 */
}