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": "ETH\u0000USD\u0000bitfinex", /* (bytes32) "ETH\u0000USD\u0000bitfinex" as hex utf8 is 0x455448005553440062697466696e6578 */
    "ndigit": 2, /* (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": 1679011200 /* (uint40) epoch seconds since 1970; this is 2023-03-17 00:00:00 (UTC) */
},
"fact_hash":
"0xebd2ffad9f96749cabb1bb9621d36a090e70018364563cc6b9094c0a075bae4f", /* (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-16T00:05:00.751611",
    "sig_der": "0x304402207498c62db3b0389b2ace514b7984d3ffb5c786d3b649252313538433ce98d5f302202f0269028935234b614258f05a37a0ff4c687454af0089a27b30b82bf4f9eb9f", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x7498c62db3b0389b2ace514b7984d3ffb5c786d3b649252313538433ce98d5f3",
        "s": "0x2f0269028935234b614258f05a37a0ff4c687454af0089a27b30b82bf4f9eb9f",
        "v": 27
    },
    "signed_hash": "0xebd2ffad9f96749cabb1bb9621d36a090e70018364563cc6b9094c0a075bae4f" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-03-17T00:10:00.915720",
        "sig_der": "0x304402206cfb88f7cc5e47402a55dc3b71ff0fb78e80f4a17430f11d823752bb89a73f820220244ab3b7abf82c72a09ce3dda2e628cd786a7ecd039b88152156d6e483f8f8c3", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x6cfb88f7cc5e47402a55dc3b71ff0fb78e80f4a17430f11d823752bb89a73f82",
            "s": "0x244ab3b7abf82c72a09ce3dda2e628cd786a7ecd039b88152156d6e483f8f8c3",
            "v": 27
        },
        "signed_hash": "0x706b20ceabfde7e9c56e701fb8d971cd8ef42e8cb9328255ae4afbb3992e8ae3", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x00000000000000000000000000000000000000000000005aed36a748a2b20000" /* signed_value * 10**(-base_unit_exp) = 1677.30 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-03-17T01:15:00.668704",
    "sig_der": "0x304402207984adca71fef69f3d09d76c800644c4b3053fca62ac5a17cafe2c3f80078a5002203d6a29644d2bd38b1ae53f5466cecd18722c7972eb41c74d573e9011cb89f4e0", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x7984adca71fef69f3d09d76c800644c4b3053fca62ac5a17cafe2c3f80078a50",
        "s": "0x3d6a29644d2bd38b1ae53f5466cecd18722c7972eb41c74d573e9011cb89f4e0",
        "v": 27
    },
    "signed_hash": "0x93f349c221468103b3d6bc5d10205f80fb1bbfdf662d92b4c6f3fa27319058d6", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x00000000000000000000000000000000000000000000005aed36a748a2b20000" /* signed_value * 10**(-base_unit_exp) = 1677.30 */
}