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": 1668902400 /* (uint40) epoch seconds since 1970; this is 2022-11-20 00:00:00 (UTC) */
},
"fact_hash":
"0x834c92ccf623fd39df72ac74a5026ae6792ecd3e6090f33e971a056846cc7d4f", /* (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-11-19T00:05:00.097982",
    "sig_der": "0x304402201b984abd5fbae588083b0a15b188b260f55b1dc7af803581eaa389dea40e5f5a022055c02cebac4f1fa7af919249b3d8910f9b1ebf6beb88eb78660a2b647bafca80", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x1b984abd5fbae588083b0a15b188b260f55b1dc7af803581eaa389dea40e5f5a",
        "s": "0x55c02cebac4f1fa7af919249b3d8910f9b1ebf6beb88eb78660a2b647bafca80",
        "v": 28
    },
    "signed_hash": "0x834c92ccf623fd39df72ac74a5026ae6792ecd3e6090f33e971a056846cc7d4f" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2022-11-20T00:10:00.272105",
        "sig_der": "0x30450221009a3a3c5d83cde27994264d0440f56717f3ecb3844e82555e71fe310e3a42595f02207876063207fa48f5cd745ea96029ab0c14961787f436afd4c5ec2c31014dc6f3", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x9a3a3c5d83cde27994264d0440f56717f3ecb3844e82555e71fe310e3a42595f",
            "s": "0x7876063207fa48f5cd745ea96029ab0c14961787f436afd4c5ec2c31014dc6f3",
            "v": 28
        },
        "signed_hash": "0xb442dfd936f28ffa3a03122ec492107cbe860f6893ead8a9dc46cb09feec8990", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x000000000000000000000000000000000000000000000041f3b7762d4c3c0000" /* signed_value * 10**(-base_unit_exp) = 1216.60 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2022-11-20T01:15:00.665308",
    "sig_der": "0x3045022100e045ff1e3d540702e0cc607d9ffd64160f0fa1a6444c30b64e7d2f533b43281302205f85340d8cbe16df8872e293533318327f3b9769c0f2dbf228455b77727ef8e7", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xe045ff1e3d540702e0cc607d9ffd64160f0fa1a6444c30b64e7d2f533b432813",
        "s": "0x5f85340d8cbe16df8872e293533318327f3b9769c0f2dbf228455b77727ef8e7",
        "v": 27
    },
    "signed_hash": "0x98383dbdabd2865d42b16bf51bacba3cc0601113ec8bae070691d058b267731d", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x000000000000000000000000000000000000000000000041f3b7762d4c3c0000" /* signed_value * 10**(-base_unit_exp) = 1216.60 */
}