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": 1678665600 /* (uint40) epoch seconds since 1970; this is 2023-03-13 00:00:00 (UTC) */
},
"fact_hash":
"0xb1bf9f8de4e1138c40ab0605208ca6ab648b051ddf63fe12bea2ecdd9e97e31e", /* (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-12T00:05:00.168412",
    "sig_der": "0x304402201f6ec8b0f3c111423fb78c186aa0fb2f8fa052dedabb949a45f606040060cc5c02200fd3af1faf9ef8f292ed5a4a3686261fcf5ca7f5d436c3fdc20ea4c6fa271624", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x1f6ec8b0f3c111423fb78c186aa0fb2f8fa052dedabb949a45f606040060cc5c",
        "s": "0x0fd3af1faf9ef8f292ed5a4a3686261fcf5ca7f5d436c3fdc20ea4c6fa271624",
        "v": 27
    },
    "signed_hash": "0xb1bf9f8de4e1138c40ab0605208ca6ab648b051ddf63fe12bea2ecdd9e97e31e" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-03-13T00:10:00.939112",
        "sig_der": "0x3045022100a72fff35bfeb6d46c67e8886361315907586b9fe144e1f120a73bc5fc926d4d10220079e4939a8dd42071e6a42e9cb5ad0da7723efa51a38fdfc8a65f65383dab8be", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0xa72fff35bfeb6d46c67e8886361315907586b9fe144e1f120a73bc5fc926d4d1",
            "s": "0x079e4939a8dd42071e6a42e9cb5ad0da7723efa51a38fdfc8a65f65383dab8be",
            "v": 28
        },
        "signed_hash": "0x86a4d9c5832d14212e7f7f350253a7b081b537ba8c1167b0baf6663a64d31de6", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x0000000000000000000000000000000000000000000004ad8e35e0dda24c0000" /* signed_value * 10**(-base_unit_exp) = 22091.0 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-03-13T01:15:00.169068",
    "sig_der": "0x3045022100b8fe0ca5741c0a94b7f63a4368aaafdd3fb5dacfe72ba6ddc8355c48415b71b00220498ff3e0366a2e5a8219832da55e7a0cc238ad8e80acf27f366263a946b79195", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xb8fe0ca5741c0a94b7f63a4368aaafdd3fb5dacfe72ba6ddc8355c48415b71b0",
        "s": "0x498ff3e0366a2e5a8219832da55e7a0cc238ad8e80acf27f366263a946b79195",
        "v": 28
    },
    "signed_hash": "0x4355ed96fb77103451375bdefdabc1ef9aed4e1fc215b181a777547340c3227d", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x0000000000000000000000000000000000000000000004ad8e35e0dda24c0000" /* signed_value * 10**(-base_unit_exp) = 22091.0 */
}