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": 1684886400 /* (uint40) epoch seconds since 1970; this is 2023-05-24 00:00:00 (UTC) */
},
"fact_hash":
"0x48789cd5aae98e6a2a6d752a3fa1114f27d638bbab57ca6af75563c63f1f40c5", /* (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-23T00:05:00.285655",
    "sig_der": "0x30450221008da7bdfa3a80064d992d0f263a73c48b2c332ef3a4da6c2702871f8035d0f1ba022048e6373535084c32f535ed3bfb491ec8c15347982eeeb81b989321d3e16eb49a", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x8da7bdfa3a80064d992d0f263a73c48b2c332ef3a4da6c2702871f8035d0f1ba",
        "s": "0x48e6373535084c32f535ed3bfb491ec8c15347982eeeb81b989321d3e16eb49a",
        "v": 27
    },
    "signed_hash": "0x48789cd5aae98e6a2a6d752a3fa1114f27d638bbab57ca6af75563c63f1f40c5" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-05-24T00:15:00.761065",
        "sig_der": "0x304402202cf16404a8211f389fe76f9ad8367b55c7b25bdbcfd74e24f34271a83444d7240220514f340bb49cd56d13973c863ea78f1ed0c39c3bb34783766c008725ab81f789", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x2cf16404a8211f389fe76f9ad8367b55c7b25bdbcfd74e24f34271a83444d724",
            "s": "0x514f340bb49cd56d13973c863ea78f1ed0c39c3bb34783766c008725ab81f789",
            "v": 28
        },
        "signed_hash": "0x18a8e56f77b86b081a5fa4ad35e1d550c41db8401fb4a227dd6e42079c5f5e91", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x0000000000000000000000000000000000000000000005c4932f2ee419d80000" /* signed_value * 10**(-base_unit_exp) = 27238.0 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-05-24T01:17:08.694195",
    "sig_der": "0x304502210084ed2abe3ddf5f0332c119c7743d437bc9b7539e027ff2466c0635868f5f379502206fc119ef70665df018afd99604b1b0b12d36d55b13673a7ac2c1e4aa6d411749", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x84ed2abe3ddf5f0332c119c7743d437bc9b7539e027ff2466c0635868f5f3795",
        "s": "0x6fc119ef70665df018afd99604b1b0b12d36d55b13673a7ac2c1e4aa6d411749",
        "v": 28
    },
    "signed_hash": "0xa998cd38974f35e8c12785e5192f4462950bb364e36e3f14a90f7a3318fdc5ef", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x0000000000000000000000000000000000000000000005c4932f2ee419d80000" /* signed_value * 10**(-base_unit_exp) = 27238.0 */
}