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": 1675209600 /* (uint40) epoch seconds since 1970; this is 2023-02-01 00:00:00 (UTC) */
},
"fact_hash":
"0x6a674af4eac6c2b820cb3a283340546c2e82590827fcc821ed95fbe0eb8ec03f", /* (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-01-01T00:05:00.680779",
    "sig_der": "0x3044022020e0da762cd4b21a250c5490c250037d6f98b28730194e32104b6adf7d0b6a1402204ff1f5712754f60a0b6a50c2eb0ece1be2777ac5dacc910941683b8e40cb47be", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x20e0da762cd4b21a250c5490c250037d6f98b28730194e32104b6adf7d0b6a14",
        "s": "0x4ff1f5712754f60a0b6a50c2eb0ece1be2777ac5dacc910941683b8e40cb47be",
        "v": 28
    },
    "signed_hash": "0x6a674af4eac6c2b820cb3a283340546c2e82590827fcc821ed95fbe0eb8ec03f" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-02-01T00:10:00.297133",
        "sig_der": "0x304402207f483edd6e965e2d6d074c04e64eccc15a9242c5d357083db75894c1f3d5d9c902201e0d28b0b454d222697cc5b6c9bd8bb6d002b7744c0b0a4d55bf3f211d83b943", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x7f483edd6e965e2d6d074c04e64eccc15a9242c5d357083db75894c1f3d5d9c9",
            "s": "0x1e0d28b0b454d222697cc5b6c9bd8bb6d002b7744c0b0a4d55bf3f211d83b943",
            "v": 27
        },
        "signed_hash": "0xf1df73deda9a06c1165ee74fe4eb7007becbbebd6173cdf8b1bdcea45739fb33", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x000000000000000000000000000000000000000000000000059ed95aae088000" /* signed_value * 10**(-base_unit_exp) = 0.405 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-02-01T01:10:00.582144",
    "sig_der": "0x304502210084421e661d521b5aa6f59752068bcc1362e4051180577742f5e2da4381213e09022047ee5e489527ed95aabb852e7c7c904387c305ffe6f5a320fb0207c56e527951", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x84421e661d521b5aa6f59752068bcc1362e4051180577742f5e2da4381213e09",
        "s": "0x47ee5e489527ed95aabb852e7c7c904387c305ffe6f5a320fb0207c56e527951",
        "v": 27
    },
    "signed_hash": "0xeaf919376de9c11f0f3d60555b70a624c9e49b11f1dd2cf494f9a8789cfa74f5", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x000000000000000000000000000000000000000000000000059ed95aae088000" /* signed_value * 10**(-base_unit_exp) = 0.405 */
}