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": 1684713600 /* (uint40) epoch seconds since 1970; this is 2023-05-22 00:00:00 (UTC) */
},
"fact_hash":
"0xfa67fc7252c13ab3e1ef4c94fd161cad5357cad09eca626e356cd54c79d78a28", /* (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-21T00:05:00.290293",
    "sig_der": "0x3045022100ea03a00afe8a9beccd7d4a02fc114d9f2b0005440dadc1bd9e28de023dafd93702207eb542cda019bc1dfb19d6aa2b23b73f9fa648cf9b35af1db2cb377dbf9e4229", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xea03a00afe8a9beccd7d4a02fc114d9f2b0005440dadc1bd9e28de023dafd937",
        "s": "0x7eb542cda019bc1dfb19d6aa2b23b73f9fa648cf9b35af1db2cb377dbf9e4229",
        "v": 27
    },
    "signed_hash": "0xfa67fc7252c13ab3e1ef4c94fd161cad5357cad09eca626e356cd54c79d78a28" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-05-22T00:15:00.034602",
        "sig_der": "0x3045022100fc4208fc5814508e0ba15298989833130d32be41d5ee6ac553807ed0e298c4ca02206f89af6c1b92425f480ff2d0d32b20c1e3bf728a4e11b763dc27d8ff27905414", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0xfc4208fc5814508e0ba15298989833130d32be41d5ee6ac553807ed0e298c4ca",
            "s": "0x6f89af6c1b92425f480ff2d0d32b20c1e3bf728a4e11b763dc27d8ff27905414",
            "v": 28
        },
        "signed_hash": "0xfc71701bcc53f3398b18ddda22584f366daca62851fccb6756b1b26a14159237", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x000000000000000000000000000000000000000000000061def54694b23c0000" /* signed_value * 10**(-base_unit_exp) = 1805.40 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-05-22T01:15:00.175574",
    "sig_der": "0x3045022100ce55382c2ba45da3e4e5086205de7cc9dd75dd536dfb866448f420f5f3467a9302207a2d99057d9435ca4de5e74c1aeb47df4ac73dfd1f995dd350e9c942db6a9641", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xce55382c2ba45da3e4e5086205de7cc9dd75dd536dfb866448f420f5f3467a93",
        "s": "0x7a2d99057d9435ca4de5e74c1aeb47df4ac73dfd1f995dd350e9c942db6a9641",
        "v": 27
    },
    "signed_hash": "0x5e4bac2bc1a82a7b1880f601309f5479af6220b3fea636ce495051928f5d846b", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x000000000000000000000000000000000000000000000061def54694b23c0000" /* signed_value * 10**(-base_unit_exp) = 1805.40 */
}