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": 1679270400 /* (uint40) epoch seconds since 1970; this is 2023-03-20 00:00:00 (UTC) */
},
"fact_hash":
"0xbee4d6e0cd954c1f7d746001eebedaee4cd0a3037910bdb7a5685ed616400577", /* (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-19T00:05:00.819814",
    "sig_der": "0x304402204ede5256e537e4a9328ee8acdb2ed0ed400e512ef736f0d0d3ce1ecd16004c83022068a4d2c03ed56ea216f4134169b325f086a6500397a0d8b121cb51157065d90e", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x4ede5256e537e4a9328ee8acdb2ed0ed400e512ef736f0d0d3ce1ecd16004c83",
        "s": "0x68a4d2c03ed56ea216f4134169b325f086a6500397a0d8b121cb51157065d90e",
        "v": 27
    },
    "signed_hash": "0xbee4d6e0cd954c1f7d746001eebedaee4cd0a3037910bdb7a5685ed616400577" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-03-20T00:10:00.269531",
        "sig_der": "0x304402204244a14992b8423ccfe6a16e436d7e506ecb805df3024b9f63b70343709df416022061e1bfeb3c34825e862f6e0baf725610f66d0f22057c18f308a343dca3096a18", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x4244a14992b8423ccfe6a16e436d7e506ecb805df3024b9f63b70343709df416",
            "s": "0x61e1bfeb3c34825e862f6e0baf725610f66d0f22057c18f308a343dca3096a18",
            "v": 28
        },
        "signed_hash": "0xbbca63a95213fcb36066b64d03acf2ffbb210200aec4257e37d23a020a9e9140", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x0000000000000000000000000000000000000000000005eb02892e72b1cc0000" /* signed_value * 10**(-base_unit_exp) = 27947.0 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-03-20T01:15:00.277940",
    "sig_der": "0x304402205784c0a563a4bf9fb3e1c926cb436e1a75ead07b6ff197b2cea2ac5311cccfbb02207d854f7c3fbf97027d36fb9dad6f5d563af3389db38e9d798f87be1e0ba46564", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x5784c0a563a4bf9fb3e1c926cb436e1a75ead07b6ff197b2cea2ac5311cccfbb",
        "s": "0x7d854f7c3fbf97027d36fb9dad6f5d563af3389db38e9d798f87be1e0ba46564",
        "v": 28
    },
    "signed_hash": "0x1d3f30df952ca85bd9a21110fa50fa7e082f4d57ea630c162fd4b609384c56b3", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x0000000000000000000000000000000000000000000005eb02892e72b1cc0000" /* signed_value * 10**(-base_unit_exp) = 27947.0 */
}