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": 1669852800 /* (uint40) epoch seconds since 1970; this is 2022-12-01 00:00:00 (UTC) */
},
"fact_hash":
"0x5984bab813186abd71b18f9d27e261f3dbabc2287da544602dd78bdaa2d06c72", /* (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-01T00:05:00.794328",
    "sig_der": "0x3045022100f746348b8b9fb7d96c44aac794a36e8c662fa521fa4972d7a53f1d908c1b17c4022049655a4d44395206986223583f5766294010cba8736fdda4f9bd68b15ed73f66", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xf746348b8b9fb7d96c44aac794a36e8c662fa521fa4972d7a53f1d908c1b17c4",
        "s": "0x49655a4d44395206986223583f5766294010cba8736fdda4f9bd68b15ed73f66",
        "v": 28
    },
    "signed_hash": "0x5984bab813186abd71b18f9d27e261f3dbabc2287da544602dd78bdaa2d06c72" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2022-12-01T00:09:34.064716",
        "sig_der": "0x3044022006ea255e35edb96e8937c55b2eeffb3a9dc71462f5dea4d87ce7f10fbe9f3c5f022062f14e0f4b5e37daf3fdbfc92b216dbd27ecbca5530e178bf1046591f16eaf3a", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x06ea255e35edb96e8937c55b2eeffb3a9dc71462f5dea4d87ce7f10fbe9f3c5f",
            "s": "0x62f14e0f4b5e37daf3fdbfc92b216dbd27ecbca5530e178bf1046591f16eaf3a",
            "v": 28
        },
        "signed_hash": "0x70cfe388bd129519752fd38b4ef5d4fc89f8fcf192ac07bf2f86c4a835f3e8b5", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x0000000000000000000000000000000000000000000003a36245b72922540000" /* signed_value * 10**(-base_unit_exp) = 17181.0 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2022-12-01T01:10:55.686520",
    "sig_der": "0x3044022073fa0a330d7df6b9a3b3f74ee946e6d64c12357224fb49885e62b8f1ae0424a302205ff06b850114ce1785b543de2d4a9563467d82cf907da21d063f9fd442b9c3aa", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x73fa0a330d7df6b9a3b3f74ee946e6d64c12357224fb49885e62b8f1ae0424a3",
        "s": "0x5ff06b850114ce1785b543de2d4a9563467d82cf907da21d063f9fd442b9c3aa",
        "v": 27
    },
    "signed_hash": "0xa67a4987107e73d99e52c92f851a54d046f379d4d20ba05f5b8b287134b7084f", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x0000000000000000000000000000000000000000000003a36245b72922540000" /* signed_value * 10**(-base_unit_exp) = 17181.0 */
}