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": 1685145600 /* (uint40) epoch seconds since 1970; this is 2023-05-27 00:00:00 (UTC) */
},
"fact_hash":
"0xff20184bf85b493b82e4e6f77b34d82ff4c18f97ec69c5e2805bd97e147c18c0", /* (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-05-26T00:05:00.047712",
    "sig_der": "0x30450221008fea1045e849d52b1fba22909a248bd6c52025b9cc39af26e3fb76fb26b4f1100220708d507511644c70eda61ad3b7eac00c1cf7a148fa6e045e21d9112334f0d73a", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x8fea1045e849d52b1fba22909a248bd6c52025b9cc39af26e3fb76fb26b4f110",
        "s": "0x708d507511644c70eda61ad3b7eac00c1cf7a148fa6e045e21d9112334f0d73a",
        "v": 27
    },
    "signed_hash": "0xff20184bf85b493b82e4e6f77b34d82ff4c18f97ec69c5e2805bd97e147c18c0" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-05-27T00:15:00.170214",
        "sig_der": "0x304402206a1962fbd73ea7f72a24416ddf27ca455567b2a0b0e0c185976e12fe4f564071022065a25ae11d3813de64d5ab5528477d3e64515baf658af5e736b8d93981a99234", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x6a1962fbd73ea7f72a24416ddf27ca455567b2a0b0e0c185976e12fe4f564071",
            "s": "0x65a25ae11d3813de64d5ab5528477d3e64515baf658af5e736b8d93981a99234",
            "v": 27
        },
        "signed_hash": "0xb3a0d2a8761ecb7acc5f3cde5378c3691751395e89c91fb5f997c0d98718ecf3", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x00000000000000000000000000000000000000000000006339e71e200b000000" /* signed_value * 10**(-base_unit_exp) = 1830.40 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-05-27T01:15:00.819739",
    "sig_der": "0x30450221008ec974dffb46f1e0cc7e5cc8fdd3deeecd341d73aa7ba8c8e320baea018ee61b0220285ab7f2fdbf606c866bee09a1896e3dc1744ec3884c7040b6abaca2bab44260", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x8ec974dffb46f1e0cc7e5cc8fdd3deeecd341d73aa7ba8c8e320baea018ee61b",
        "s": "0x285ab7f2fdbf606c866bee09a1896e3dc1744ec3884c7040b6abaca2bab44260",
        "v": 28
    },
    "signed_hash": "0xe78147bc071406e3815307443a6e750226082340cbdff0fb449d86d7f742595a", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x00000000000000000000000000000000000000000000006339e71e200b000000" /* signed_value * 10**(-base_unit_exp) = 1830.40 */
}