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": 1675468800 /* (uint40) epoch seconds since 1970; this is 2023-02-04 00:00:00 (UTC) */
},
"fact_hash":
"0xae1773a329408e9303bb8987e47c094a6517a8f41ab79c261938dd8812ea1dbb", /* (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-02-03T00:05:00.087728",
    "sig_der": "0x304502210090367d120775cf28bdc1be28e55064ace5fa7a9f7014188c1a2aac3a3cb54a9602202cb5398a2259039a6b189deff2ee1bd9ea8c3a84449fd5e6a21b650dafa0fec1", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x90367d120775cf28bdc1be28e55064ace5fa7a9f7014188c1a2aac3a3cb54a96",
        "s": "0x2cb5398a2259039a6b189deff2ee1bd9ea8c3a84449fd5e6a21b650dafa0fec1",
        "v": 28
    },
    "signed_hash": "0xae1773a329408e9303bb8987e47c094a6517a8f41ab79c261938dd8812ea1dbb" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-02-04T00:10:00.166545",
        "sig_der": "0x3045022100b7192b9fc5f68183ff2685e2d50010656d520cfd6f90f0f77012821e4f28da7d0220347072a00093e7dbff592beb1bd35437ea0001c820b5c619a4a168be9bf52642", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0xb7192b9fc5f68183ff2685e2d50010656d520cfd6f90f0f77012821e4f28da7d",
            "s": "0x347072a00093e7dbff592beb1bd35437ea0001c820b5c619a4a168be9bf52642",
            "v": 28
        },
        "signed_hash": "0x85f3e6b45d6aad9328b42dff6fedf4fe688b09791f0be33eca55c53d95e95331", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x00000000000000000000000000000000000000000000000005b42a528aaf8000" /* signed_value * 10**(-base_unit_exp) = 0.411 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-02-04T01:10:00.472422",
    "sig_der": "0x304402202d1f6c6e9e2f78d4dbee722e4301cbe3cad4c4799969353aea663780013f055e022027637cbdb9c482065268c4c88f9701d1702c85940bd61b9313b339c6815538c0", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x2d1f6c6e9e2f78d4dbee722e4301cbe3cad4c4799969353aea663780013f055e",
        "s": "0x27637cbdb9c482065268c4c88f9701d1702c85940bd61b9313b339c6815538c0",
        "v": 28
    },
    "signed_hash": "0x412a2623297685f34f5a98063aa251f2696c2fe7714c8a0725ebbb541dfc0c07", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x00000000000000000000000000000000000000000000000005b42a528aaf8000" /* signed_value * 10**(-base_unit_exp) = 0.411 */
}