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": 1675296000 /* (uint40) epoch seconds since 1970; this is 2023-02-02 00:00:00 (UTC) */
},
"fact_hash":
"0x098fc83554051081950300938f7ec18bb6178273b01288b069588788c21efa8c", /* (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-01T00:05:00.844959",
    "sig_der": "0x30450221009fcb20b767b05d71576acadfffc6be526c416203e93c818123129b103022dcbd022037596a6c25c7e87e3078a4a47fcb894519636c13ff3ff102eff6ef4fba6522a0", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x9fcb20b767b05d71576acadfffc6be526c416203e93c818123129b103022dcbd",
        "s": "0x37596a6c25c7e87e3078a4a47fcb894519636c13ff3ff102eff6ef4fba6522a0",
        "v": 27
    },
    "signed_hash": "0x098fc83554051081950300938f7ec18bb6178273b01288b069588788c21efa8c" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-02-02T00:10:00.113742",
        "sig_der": "0x3045022100d5a3278530358656865a10e5accd5a23582d6d87ea2c831ac0efc402c93298e60220239d09a63a489ef74f13ef7b6fbb5481d34d59469d1524255e19ee94ca7bae95", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0xd5a3278530358656865a10e5accd5a23582d6d87ea2c831ac0efc402c93298e6",
            "s": "0x239d09a63a489ef74f13ef7b6fbb5481d34d59469d1524255e19ee94ca7bae95",
            "v": 28
        },
        "signed_hash": "0x1d3f2587dfb6827ff3a87aef8cba003924e8c7e7f725a3287392f5901fc1363b", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x000000000000000000000000000000000000000000000058f40fe023a27a0000" /* signed_value * 10**(-base_unit_exp) = 1640.90 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-02-02T01:10:00.364599",
    "sig_der": "0x3044022069d61ce7bb1fc4261f4174e9f31955828991d797720b76a019a76d1d22df74f302202ee4a5944d45ba7d2c6cbb7f53936e5000732a2cfd4fc00ce6466e02eff2cd17", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x69d61ce7bb1fc4261f4174e9f31955828991d797720b76a019a76d1d22df74f3",
        "s": "0x2ee4a5944d45ba7d2c6cbb7f53936e5000732a2cfd4fc00ce6466e02eff2cd17",
        "v": 27
    },
    "signed_hash": "0xdab333f86cc954b6653e1f2c4ee01d9723c579cbfe906601d4653e5926851d7f", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x000000000000000000000000000000000000000000000058f40fe023a27a0000" /* signed_value * 10**(-base_unit_exp) = 1640.90 */
}