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": 1677628800 /* (uint40) epoch seconds since 1970; this is 2023-03-01 00:00:00 (UTC) */
},
"fact_hash":
"0xec30ae8942ec67058a39a735df57d60a2249de19ce37d40742b84f8a70f0c609", /* (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": "0x304502210089a0b09aacbf70f17a964d7a8ed89d1869bce345146a9ad88639076557dc3dcb0220692c82bdaef887b149f1eff5ab672e6f9a15c6b7fc8fc92c20625de2ce3658b2", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x89a0b09aacbf70f17a964d7a8ed89d1869bce345146a9ad88639076557dc3dcb",
        "s": "0x692c82bdaef887b149f1eff5ab672e6f9a15c6b7fc8fc92c20625de2ce3658b2",
        "v": 27
    },
    "signed_hash": "0xec30ae8942ec67058a39a735df57d60a2249de19ce37d40742b84f8a70f0c609" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-03-01T00:10:00.985326",
        "sig_der": "0x304402204a7ee13d1957a483ed9b0991a4f3eac0fb386286dc9109cb86b9ac564d98320602203a3b09ff727c75738f4b089ed173317cf135dd76d6fc3623c1ac2667bace0f4b", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x4a7ee13d1957a483ed9b0991a4f3eac0fb386286dc9109cb86b9ac564d983206",
            "s": "0x3a3b09ff727c75738f4b089ed173317cf135dd76d6fc3623c1ac2667bace0f4b",
            "v": 28
        },
        "signed_hash": "0x571947abe26c573cdadcd05d00c9d1af31d9f5ae67ea89ba81477c61aa034b59", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x0000000000000000000000000000000000000000000004e6bf46cf3c77680000" /* signed_value * 10**(-base_unit_exp) = 23146.0 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-03-01T01:15:00.916141",
    "sig_der": "0x3045022100e3a1b4aa1361cf5573b0e366574d27cb1621b8355eaf16ea72b8eec40d00d4e602206fa36524dd67c3f84d8a122991ddb2b7414f252a2d61330f48a3d82a68492a6e", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xe3a1b4aa1361cf5573b0e366574d27cb1621b8355eaf16ea72b8eec40d00d4e6",
        "s": "0x6fa36524dd67c3f84d8a122991ddb2b7414f252a2d61330f48a3d82a68492a6e",
        "v": 28
    },
    "signed_hash": "0xa3bce8e6dc1a035b6fb1b7f04563ba281974b83c81c429645531757f6f30ddd4", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x0000000000000000000000000000000000000000000004e6bf46cf3c77680000" /* signed_value * 10**(-base_unit_exp) = 23146.0 */
}