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": "BTC\u0000USD\u0000bitfinex", /* (bytes32) "BTC\u0000USD\u0000bitfinex" as hex utf8 is 0x425443005553440062697466696e6578 */
    "ndigit": 1, /* (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":
"0xe8e67f2b1b0be2ce136b9105f191d36b49c2b22b21793eac3d769a86c312497d", /* (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": "0x30450221008003d1e17e13d992965844857f9b9ff8e80d0cecd0a79d2b65d3c5b929da3e6402206ee2e0bf6d7e8179cc21aab9d2f15fb9525b629ce547102c1b7b3bc712a8ff35", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x8003d1e17e13d992965844857f9b9ff8e80d0cecd0a79d2b65d3c5b929da3e64",
        "s": "0x6ee2e0bf6d7e8179cc21aab9d2f15fb9525b629ce547102c1b7b3bc712a8ff35",
        "v": 28
    },
    "signed_hash": "0xe8e67f2b1b0be2ce136b9105f191d36b49c2b22b21793eac3d769a86c312497d" /* (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": "0x3045022100c21d9a1a3cc2884c7bd2ac3e95a7033b1e86e29bd5bd11b06659e4e7206ed9a802203e26413aea2815800baf2b0d415bbdbc84d33a0f637d0ef4f4b536e5b2a3f4ae", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0xc21d9a1a3cc2884c7bd2ac3e95a7033b1e86e29bd5bd11b06659e4e7206ed9a8",
            "s": "0x3e26413aea2815800baf2b0d415bbdbc84d33a0f637d0ef4f4b536e5b2a3f4ae",
            "v": 28
        },
        "signed_hash": "0xd3aeb8fa615f3dc9bd59fe90c10b9affa8031f20dfdf37ed6c84d23a64ba1026", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x00000000000000000000000000000000000000000000059c759f0f943cc80000" /* signed_value * 10**(-base_unit_exp) = 26498.0 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-05-26T01:15:00.728451",
    "sig_der": "0x3044022032c52d672b9cb3a9ae1a36909366f41c0d0c5a1f889c8f11f93ba7059f89c46e022076413aa7440c62782161206609d7a547c6d2420fccdb8dcf9eeeba38a963677b", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x32c52d672b9cb3a9ae1a36909366f41c0d0c5a1f889c8f11f93ba7059f89c46e",
        "s": "0x76413aa7440c62782161206609d7a547c6d2420fccdb8dcf9eeeba38a963677b",
        "v": 28
    },
    "signed_hash": "0x9f1c6c50948f6c6ddc5861476bee3677c523d531981369915f1ca10c8ac6254b", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x00000000000000000000000000000000000000000000059c759f0f943cc80000" /* signed_value * 10**(-base_unit_exp) = 26498.0 */
}