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": "XRP\u0000USD\u0000bitfinex", /* (bytes32) "XRP\u0000USD\u0000bitfinex" as hex utf8 is 0x585250005553440062697466696e6578 */
    "ndigit": 3, /* (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": 1668816000 /* (uint40) epoch seconds since 1970; this is 2022-11-19 00:00:00 (UTC) */
},
"fact_hash":
"0x572c2b9ae9e62f79865a61c2f3538e6b87fe42985dcde4763462456c9d8f3c8e", /* (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": "2022-11-18T00:05:00.949499",
    "sig_der": "0x3045022100a2b187540008b429ce1abb090645d2d874c8101dc71f95465ee9f36287095116022035f5014c6953125199ab9c85f322b66d2621a18e64adb5a7744eea83e6132e01", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xa2b187540008b429ce1abb090645d2d874c8101dc71f95465ee9f36287095116",
        "s": "0x35f5014c6953125199ab9c85f322b66d2621a18e64adb5a7744eea83e6132e01",
        "v": 28
    },
    "signed_hash": "0x572c2b9ae9e62f79865a61c2f3538e6b87fe42985dcde4763462456c9d8f3c8e" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2022-11-19T00:10:00.767669",
        "sig_der": "0x3045022100ee8d669d97771b1e12e49d35ace2dc9bbae1c27fda483f400c5ca47ad89e29d002203f27c66d62b3e1fb8a5d581e2e92af403f0ec3aede2c28d90fb3d6a004c1b79c", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0xee8d669d97771b1e12e49d35ace2dc9bbae1c27fda483f400c5ca47ad89e29d0",
            "s": "0x3f27c66d62b3e1fb8a5d581e2e92af403f0ec3aede2c28d90fb3d6a004c1b79c",
            "v": 27
        },
        "signed_hash": "0x6a40370f89d2b84ad4933b2f6d69c895f048970b0eaeebd4c3d2cefb7891803f", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x000000000000000000000000000000000000000000000000054d22f9e0330000" /* signed_value * 10**(-base_unit_exp) = 0.382 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2022-11-19T01:10:00.789817",
    "sig_der": "0x304402205607436a98889627761dcaa17bec8bc3085e0cf83df9b6b0ef7adfa92d5ad29a02204f99771353268042242675834f3a9c7072376b70773282e5c1bcd4d57ba95199", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x5607436a98889627761dcaa17bec8bc3085e0cf83df9b6b0ef7adfa92d5ad29a",
        "s": "0x4f99771353268042242675834f3a9c7072376b70773282e5c1bcd4d57ba95199",
        "v": 27
    },
    "signed_hash": "0x1c921566f2d576bae6304632f4742c58f6b8c739c2b5bec45108425c138dc7c0", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x000000000000000000000000000000000000000000000000054d22f9e0330000" /* signed_value * 10**(-base_unit_exp) = 0.382 */
}