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": 1667260800 /* (uint40) epoch seconds since 1970; this is 2022-11-01 00:00:00 (UTC) */
},
"fact_hash":
"0xbbf55d1ab35b3727ab817a0975df51ea53e9bd00f3b3c8f8677e8640dfd75c43", /* (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-10-01T00:05:00.195987",
    "sig_der": "0x3044022046c75181e9de1e41cff1851189fc6d430e185978a8ec0be13f3abed3cb7efbe602201a5fadf59b08273425b17df5d9ade331619190144ada012d3b2fecce4f36642d", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x46c75181e9de1e41cff1851189fc6d430e185978a8ec0be13f3abed3cb7efbe6",
        "s": "0x1a5fadf59b08273425b17df5d9ade331619190144ada012d3b2fecce4f36642d",
        "v": 27
    },
    "signed_hash": "0xbbf55d1ab35b3727ab817a0975df51ea53e9bd00f3b3c8f8677e8640dfd75c43" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2022-11-01T00:09:31.522197",
        "sig_der": "0x3045022100e9ccfe01a4c714e9172a6b4b096bf89ac07682819553765d633ed4a88dca84e202203394dca4b48cb8a97eb0323e5a51a19d128ee2a6257f0f947eb484ed9e2a4aac", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0xe9ccfe01a4c714e9172a6b4b096bf89ac07682819553765d633ed4a88dca84e2",
            "s": "0x3394dca4b48cb8a97eb0323e5a51a19d128ee2a6257f0f947eb484ed9e2a4aac",
            "v": 28
        },
        "signed_hash": "0x5f2d65b3a249268f7f10453f0c002f17b388e837b686cf136a11e6fc7afd3c69", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x000000000000000000000000000000000000000000000457bdac1ff58ef00000" /* signed_value * 10**(-base_unit_exp) = 20508.0 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2022-11-01T01:14:01.536280",
    "sig_der": "0x304502210089a1a0a762354539ca2df3fc0379315abd1669455ae1e5c001e3ae8b6379d6ef02201e0513e6da640f532a3ca6af71ae7f1cb0335bbb18b9aec6deffc31ac7c8f9da", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x89a1a0a762354539ca2df3fc0379315abd1669455ae1e5c001e3ae8b6379d6ef",
        "s": "0x1e0513e6da640f532a3ca6af71ae7f1cb0335bbb18b9aec6deffc31ac7c8f9da",
        "v": 27
    },
    "signed_hash": "0x5dd3ed9d96bec20949b6ef537fa944450acae5bfe88ef2f786552d7a86231f6a", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x000000000000000000000000000000000000000000000457bdac1ff58ef00000" /* signed_value * 10**(-base_unit_exp) = 20508.0 */
}