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": 1678924800 /* (uint40) epoch seconds since 1970; this is 2023-03-16 00:00:00 (UTC) */
},
"fact_hash":
"0xf2933a84fc527bbc4d4a1724805a8cae481712627fca7330e34d6c245e36313f", /* (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-03-15T00:05:00.803527",
    "sig_der": "0x30440220705ff4d30ddaf402bf8435b4bd8fb804bc0a18095104c8a377d71f8920e83de302200e044960f4a574c6dfc092143cdeeab62ec206fde86aa3dcfe6a770d1af9667c", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x705ff4d30ddaf402bf8435b4bd8fb804bc0a18095104c8a377d71f8920e83de3",
        "s": "0x0e044960f4a574c6dfc092143cdeeab62ec206fde86aa3dcfe6a770d1af9667c",
        "v": 28
    },
    "signed_hash": "0xf2933a84fc527bbc4d4a1724805a8cae481712627fca7330e34d6c245e36313f" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-03-16T00:10:00.200973",
        "sig_der": "0x3045022100c6c9c544d91a1cbe0f10f3f542b781c1cbc146eb9a5e66af3850582de883d8160220472032fc505f94b700805bb9dfea1e73711c3bdef00b97ab632343c7af0882ea", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0xc6c9c544d91a1cbe0f10f3f542b781c1cbc146eb9a5e66af3850582de883d816",
            "s": "0x472032fc505f94b700805bb9dfea1e73711c3bdef00b97ab632343c7af0882ea",
            "v": 28
        },
        "signed_hash": "0xacf31f758b5bd52c1a0b076471b26aee4ad5ca4994b30c13740c25e0cf731c3d", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x000000000000000000000000000000000000000000000526ee93ce22a5e80000" /* signed_value * 10**(-base_unit_exp) = 24330.0 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-03-16T01:10:00.701792",
    "sig_der": "0x3044022032d9711e5c6a4cb488255df37e58a9b4235900c893694ff4bcbaf33311bdbb6902201581d5226c1b9c44ae0130ba9f02912aa73d352fd9c742292ea76da0bdb590cc", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x32d9711e5c6a4cb488255df37e58a9b4235900c893694ff4bcbaf33311bdbb69",
        "s": "0x1581d5226c1b9c44ae0130ba9f02912aa73d352fd9c742292ea76da0bdb590cc",
        "v": 28
    },
    "signed_hash": "0xdf0b3d3c089c3877f993325788232217c5bde708d5c8b1082beccaf47bf7ff0a", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x000000000000000000000000000000000000000000000526ee93ce22a5e80000" /* signed_value * 10**(-base_unit_exp) = 24330.0 */
}