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": 1678924800 /* (uint40) epoch seconds since 1970; this is 2023-03-16 00:00:00 (UTC) */
},
"fact_hash":
"0xb452d3d7b5f453a38d1882132a1a4575c02e7c007bde81e9dcf9adac7b63d951", /* (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-15T00:05:00.803527",
    "sig_der": "0x304402207f9eb261f72ff19fc0a74a2cf7faa8f2f14ec1b79fc04985003bf506e5048e5c02202666697117dcd479ff12e477f85ab34a057bb43ee026b554c46decde1d5704b1", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x7f9eb261f72ff19fc0a74a2cf7faa8f2f14ec1b79fc04985003bf506e5048e5c",
        "s": "0x2666697117dcd479ff12e477f85ab34a057bb43ee026b554c46decde1d5704b1",
        "v": 27
    },
    "signed_hash": "0xb452d3d7b5f453a38d1882132a1a4575c02e7c007bde81e9dcf9adac7b63d951" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-03-16T00:10:00.200973",
        "sig_der": "0x30440220165c02690cb2df6765ddc22b4641c44862ea19ca334d37328a35b16069b19e7f02202810428d3c67ca3637934bf787a642ed2607d61bb972e7dc7ba425a1a8681de9", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x165c02690cb2df6765ddc22b4641c44862ea19ca334d37328a35b16069b19e7f",
            "s": "0x2810428d3c67ca3637934bf787a642ed2607d61bb972e7dc7ba425a1a8681de9",
            "v": 28
        },
        "signed_hash": "0x5a0dd20825d07772069a7edbd8ad0496c09b6514c97a12556f39f04b8b3c4c69", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x00000000000000000000000000000000000000000000005990e18a44ec640000" /* signed_value * 10**(-base_unit_exp) = 1652.20 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-03-16T01:10:00.701792",
    "sig_der": "0x304402202f44ba44d3ee66ac79e6a3cd762b4c1d81bb41f3ff9e91c1a5aa0b1d5cd26ee90220247239d7799c12d8bf10ad97b71e2156e84ac45dafd878149d813b5d6c7869a2", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x2f44ba44d3ee66ac79e6a3cd762b4c1d81bb41f3ff9e91c1a5aa0b1d5cd26ee9",
        "s": "0x247239d7799c12d8bf10ad97b71e2156e84ac45dafd878149d813b5d6c7869a2",
        "v": 27
    },
    "signed_hash": "0x25f0a23fc8c5c1d3f0b95b060943dc2b4093a348f3b9f509de347b0ff08d5fa1", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x00000000000000000000000000000000000000000000005990e18a44ec640000" /* signed_value * 10**(-base_unit_exp) = 1652.20 */
}