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": 1684713600 /* (uint40) epoch seconds since 1970; this is 2023-05-22 00:00:00 (UTC) */
},
"fact_hash":
"0xe77a822c8f9ae389b988c91f5d307bf25c518f16a38f3e92bfa27140372da66d", /* (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-21T00:05:00.290293",
    "sig_der": "0x304402207d75c89f88b4ce08606f1969e79d54fb13d20fd7202a8a99cb4ff85e4b4f1b1202204589b3c1c64f5bb0cf5bb9f2df11cd55323f7ec4cab72e1cdb34826fb3faec79", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x7d75c89f88b4ce08606f1969e79d54fb13d20fd7202a8a99cb4ff85e4b4f1b12",
        "s": "0x4589b3c1c64f5bb0cf5bb9f2df11cd55323f7ec4cab72e1cdb34826fb3faec79",
        "v": 27
    },
    "signed_hash": "0xe77a822c8f9ae389b988c91f5d307bf25c518f16a38f3e92bfa27140372da66d" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-05-22T00:15:00.034602",
        "sig_der": "0x3045022100aa3ced5c7fa9e8ffafb2e390327d42160cc54b5888516a54e2d086dc6cc62c2b0220028c3b1382445fc8a44fc8a293b01a82c0c1992f72e222fd1ee56668d5ec0468", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0xaa3ced5c7fa9e8ffafb2e390327d42160cc54b5888516a54e2d086dc6cc62c2b",
            "s": "0x028c3b1382445fc8a44fc8a293b01a82c0c1992f72e222fd1ee56668d5ec0468",
            "v": 27
        },
        "signed_hash": "0xba7fb482add0a94f73f459f2a829ea40dfc47718960e138129838522bd6ba06e", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x00000000000000000000000000000000000000000000000006579714265a8000" /* signed_value * 10**(-base_unit_exp) = 0.457 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-05-22T01:15:00.175574",
    "sig_der": "0x3044022064cbcf18fb5634952c933008ac0c991c10e4b4c6837d74976ee83078f69c941c0220567c9d1900205bb30e1f32c12c6794fe3e373a99503c78b58b6e6d8e636981c5", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x64cbcf18fb5634952c933008ac0c991c10e4b4c6837d74976ee83078f69c941c",
        "s": "0x567c9d1900205bb30e1f32c12c6794fe3e373a99503c78b58b6e6d8e636981c5",
        "v": 28
    },
    "signed_hash": "0xb2bfaec8b26c32385522a59f3e48c5cf847a83c57b5fbba5453bc265fe15d1a4", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x00000000000000000000000000000000000000000000000006579714265a8000" /* signed_value * 10**(-base_unit_exp) = 0.457 */
}