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": 1669075200 /* (uint40) epoch seconds since 1970; this is 2022-11-22 00:00:00 (UTC) */
},
"fact_hash":
"0xbb610c3404ee1466db20f8d5ca72bc3f0f3d6ac1b14ebdcbaa9cd713d8d11e7b", /* (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": "2022-11-21T00:05:00.878108",
    "sig_der": "0x3045022100c693f9551dcdc733d0c3103d9310e7292068a10b31367b2f3fa75b270fd313a702201cd3f1b310310e701323995fa7f05733b85fb69cc3f6c5a627682c2eb0d83aaa", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xc693f9551dcdc733d0c3103d9310e7292068a10b31367b2f3fa75b270fd313a7",
        "s": "0x1cd3f1b310310e701323995fa7f05733b85fb69cc3f6c5a627682c2eb0d83aaa",
        "v": 27
    },
    "signed_hash": "0xbb610c3404ee1466db20f8d5ca72bc3f0f3d6ac1b14ebdcbaa9cd713d8d11e7b" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2022-11-22T00:10:00.037097",
        "sig_der": "0x3045022100fa6ebc77e233c37f87d659de416d20d8eea34c4629a0b06f78d691063ef60d2a0220151f1fe8e90c6f33a7d7ea491005f55bc7e08997575924e950fd6e509bfe722c", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0xfa6ebc77e233c37f87d659de416d20d8eea34c4629a0b06f78d691063ef60d2a",
            "s": "0x151f1fe8e90c6f33a7d7ea491005f55bc7e08997575924e950fd6e509bfe722c",
            "v": 28
        },
        "signed_hash": "0x2b1b37e39f3c0fc757f0869e9dba46ec421dfd71e6f4b295c5acbe2244dc63dc", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x00000000000000000000000000000000000000000000003bfd28f4fb5f440000" /* signed_value * 10**(-base_unit_exp) = 1106.60 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2022-11-22T01:10:00.395275",
    "sig_der": "0x3045022100c7c3882a41549524fd6125df2a0d279020cfd09af82cbf8ed089fddd548f39d2022069694b8c9dfa3b6cc775a243b2a26f8d0b3ebfcd8ca2b6f8a627d10ee18b6175", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xc7c3882a41549524fd6125df2a0d279020cfd09af82cbf8ed089fddd548f39d2",
        "s": "0x69694b8c9dfa3b6cc775a243b2a26f8d0b3ebfcd8ca2b6f8a627d10ee18b6175",
        "v": 28
    },
    "signed_hash": "0x0c2b86aeaa33c57396f041610db16584e9523da648b0594251002db42efdfa51", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x00000000000000000000000000000000000000000000003bfd28f4fb5f440000" /* signed_value * 10**(-base_unit_exp) = 1106.60 */
}