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": 1678752000 /* (uint40) epoch seconds since 1970; this is 2023-03-14 00:00:00 (UTC) */
},
"fact_hash":
"0x03e50a672ea808b68d6905441fa04657b2d55ec1a0fc403c2e09df315c259875", /* (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-13T00:05:00.700186",
    "sig_der": "0x3045022100b0304df998ffe4ecfea7d22e11cd2b65fd5b7b9a8ebc90f3e78df13f5fe015bb022045c803247b6a161f6c993a8b87580c2e30c5212c50f944465289add7491ba452", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xb0304df998ffe4ecfea7d22e11cd2b65fd5b7b9a8ebc90f3e78df13f5fe015bb",
        "s": "0x45c803247b6a161f6c993a8b87580c2e30c5212c50f944465289add7491ba452",
        "v": 28
    },
    "signed_hash": "0x03e50a672ea808b68d6905441fa04657b2d55ec1a0fc403c2e09df315c259875" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-03-14T00:10:00.663119",
        "sig_der": "0x3045022100b8c2b1ec4370266befd432a41d14e421c398797763f9fbf594f3ba94dc3e078802204eada89ea4c33aeb4e290682354e71faac85e5a6277ce3e7551ca0ee39fefd78", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0xb8c2b1ec4370266befd432a41d14e421c398797763f9fbf594f3ba94dc3e0788",
            "s": "0x4eada89ea4c33aeb4e290682354e71faac85e5a6277ce3e7551ca0ee39fefd78",
            "v": 28
        },
        "signed_hash": "0xdbf43be916f1fa199bded53eb1b9ab490a66e4a558f905ca8a1f9b69e770d882", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x00000000000000000000000000000000000000000000005b0fe87009c52c0000" /* signed_value * 10**(-base_unit_exp) = 1679.80 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-03-14T01:10:00.998040",
    "sig_der": "0x30440220400ceea5b5b922d9192521a26f346d6f943ecbab6221718fe866055c42880626022073b73a5655366d9eca34c9bca97e73d3e1ea0c4af75e08bd8fdacd53b580ee1e", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x400ceea5b5b922d9192521a26f346d6f943ecbab6221718fe866055c42880626",
        "s": "0x73b73a5655366d9eca34c9bca97e73d3e1ea0c4af75e08bd8fdacd53b580ee1e",
        "v": 27
    },
    "signed_hash": "0xc821065dabab288a8df8cd669bacba7dd67b05e985de354e1035a69be49017b7", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x00000000000000000000000000000000000000000000005b0fe87009c52c0000" /* signed_value * 10**(-base_unit_exp) = 1679.80 */
}