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": 1684800000 /* (uint40) epoch seconds since 1970; this is 2023-05-23 00:00:00 (UTC) */
},
"fact_hash":
"0x7d532a4ba8d15b741308db67af809dbcb19108eee0dadf2fe3d6a5071f1d7361", /* (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-22T00:05:00.356422",
    "sig_der": "0x3044022076fe48eee7fffc746f223fb4bf4d1b17bcb038e7378d88d4f7485b0f6c6f3fdd02204a38bef266700c0c7a6e946dbb6f9cad5f556074a11919c40de6d753db52bdf6", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x76fe48eee7fffc746f223fb4bf4d1b17bcb038e7378d88d4f7485b0f6c6f3fdd",
        "s": "0x4a38bef266700c0c7a6e946dbb6f9cad5f556074a11919c40de6d753db52bdf6",
        "v": 28
    },
    "signed_hash": "0x7d532a4ba8d15b741308db67af809dbcb19108eee0dadf2fe3d6a5071f1d7361" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-05-23T00:15:00.690003",
        "sig_der": "0x3044022077e44f9ca6d53f57d991446532b7fae42b2266a3fd0f3463ec6306f2c820f4a2022061e2668f60f0806d43a2469a1b428e14c15bf5c5b5d74a38871bcb211bfc1d14", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x77e44f9ca6d53f57d991446532b7fae42b2266a3fd0f3463ec6306f2c820f4a2",
            "s": "0x61e2668f60f0806d43a2469a1b428e14c15bf5c5b5d74a38871bcb211bfc1d14",
            "v": 28
        },
        "signed_hash": "0x49977fc5c10dcbfeca4350604aaf3b0ca94cf374b9450b91e9dfdc4e08aa0a7a", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x00000000000000000000000000000000000000000000000006695a8d5e3b0000" /* signed_value * 10**(-base_unit_exp) = 0.462 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-05-23T01:17:08.312610",
    "sig_der": "0x3045022100b638b4c201b10a7fdde96e4ace310a252a360103871c10a5cae518982a4a13c90220469b0e936d64751e75042ef8fc62d0cfc59cb2d0ee5e9ee476e056ea86889bad", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xb638b4c201b10a7fdde96e4ace310a252a360103871c10a5cae518982a4a13c9",
        "s": "0x469b0e936d64751e75042ef8fc62d0cfc59cb2d0ee5e9ee476e056ea86889bad",
        "v": 28
    },
    "signed_hash": "0x29a7b6cb3faa8b85fa95aaa63945cca4122c2ff2258520b974b8dbeb7d2fad2b", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x00000000000000000000000000000000000000000000000006695a8d5e3b0000" /* signed_value * 10**(-base_unit_exp) = 0.462 */
}