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": 1675641600 /* (uint40) epoch seconds since 1970; this is 2023-02-06 00:00:00 (UTC) */
},
"fact_hash":
"0x07be1776d18a4359bfb6ccf8156dfc2cd020c708920f642c2f76e88afcc6a1ce", /* (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-02-05T00:05:00.396079",
    "sig_der": "0x3044022025fdc0298c424eb5b39f4939dd08580f99777b5a603aa41cdca21a98017785b8022068d5ffa8231af25bb6badd1e9eaa129e11f1e5975ce565389540c22e52f7d10d", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x25fdc0298c424eb5b39f4939dd08580f99777b5a603aa41cdca21a98017785b8",
        "s": "0x68d5ffa8231af25bb6badd1e9eaa129e11f1e5975ce565389540c22e52f7d10d",
        "v": 28
    },
    "signed_hash": "0x07be1776d18a4359bfb6ccf8156dfc2cd020c708920f642c2f76e88afcc6a1ce" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-02-06T00:10:00.514671",
        "sig_der": "0x3044022078be6ba11ba9746995e74341fb26cfd5af6742184ea1a131cac048fc0d393c0302207eb46f716c5eb1d08806cdb985e627afc70b1380bb7b4a03a4da4a9eabfe89e1", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x78be6ba11ba9746995e74341fb26cfd5af6742184ea1a131cac048fc0d393c03",
            "s": "0x7eb46f716c5eb1d08806cdb985e627afc70b1380bb7b4a03a4da4a9eabfe89e1",
            "v": 28
        },
        "signed_hash": "0x1af8651762753a5360de50261872bb2612a933ce995e2a06ea32f93a373c312d", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x00000000000000000000000000000000000000000000005851b12020e2680000" /* signed_value * 10**(-base_unit_exp) = 1629.20 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-02-06T01:10:00.538359",
    "sig_der": "0x30450221008aa2f329ee64d473628bf773820978951b3a6523c4b413739472b84f7d84a9c302207641ab520fa1719e11ea51832d409e4be65db1209c865a748f7192d152ca595b", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x8aa2f329ee64d473628bf773820978951b3a6523c4b413739472b84f7d84a9c3",
        "s": "0x7641ab520fa1719e11ea51832d409e4be65db1209c865a748f7192d152ca595b",
        "v": 27
    },
    "signed_hash": "0xb6a90d3805620377310397d8efa1378ce7ff2ac0b0b74f5a2497552add7c0293", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x00000000000000000000000000000000000000000000005851b12020e2680000" /* signed_value * 10**(-base_unit_exp) = 1629.20 */
}