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": 1685059200 /* (uint40) epoch seconds since 1970; this is 2023-05-26 00:00:00 (UTC) */
},
"fact_hash":
"0x55e1029d398e8e520a532938b38cb7039d0aba43a4c49cae790f357741bce0d0", /* (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-25T00:05:00.106496",
    "sig_der": "0x30450221009a3e350670a9a50cd61b53d812ebca2efd5b54ca163a89e07944e2f959fa0d6e0220075ac77b147f57752f702ba8831eadf42d8e9eba28f2e0d4244e54eee850b289", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x9a3e350670a9a50cd61b53d812ebca2efd5b54ca163a89e07944e2f959fa0d6e",
        "s": "0x075ac77b147f57752f702ba8831eadf42d8e9eba28f2e0d4244e54eee850b289",
        "v": 27
    },
    "signed_hash": "0x55e1029d398e8e520a532938b38cb7039d0aba43a4c49cae790f357741bce0d0" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-05-26T00:15:00.409218",
        "sig_der": "0x3045022100daa81b5ed913c9e86a2f8642036733b200e1f5565ffc368299608f8d0b415e7102202582a8c6d1e98456bc628723b555c09f0bf274c11ff765e0fb6d0e08c3b5a10e", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0xdaa81b5ed913c9e86a2f8642036733b200e1f5565ffc368299608f8d0b415e71",
            "s": "0x2582a8c6d1e98456bc628723b555c09f0bf274c11ff765e0fb6d0e08c3b5a10e",
            "v": 27
        },
        "signed_hash": "0xb4ca53d396791fd6c6cf652054c14d0ff74260dd7a74cef94b521c27996884ec", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x000000000000000000000000000000000000000000000061f9536e83a37a0000" /* signed_value * 10**(-base_unit_exp) = 1807.30 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-05-26T01:15:00.728451",
    "sig_der": "0x304402202f930df114646a92420399ecdbf0563512c105fd5a2af0be06cf0907c8eea5c702201546d957ced3b33aefb570af87c2b0a53495d1ca9f01a49dece377d8b16698fd", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x2f930df114646a92420399ecdbf0563512c105fd5a2af0be06cf0907c8eea5c7",
        "s": "0x1546d957ced3b33aefb570af87c2b0a53495d1ca9f01a49dece377d8b16698fd",
        "v": 27
    },
    "signed_hash": "0x32489e68c080799d844262364e0e74d42cd85ba4e20273644dd9cd775a73fb1f", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x000000000000000000000000000000000000000000000061f9536e83a37a0000" /* signed_value * 10**(-base_unit_exp) = 1807.30 */
}