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": 1675382400 /* (uint40) epoch seconds since 1970; this is 2023-02-03 00:00:00 (UTC) */
},
"fact_hash":
"0x462b0d2913877fe86ad627b047919e807a4fe0bc24bdf3a032be0602bad79e39", /* (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-02T00:05:00.329006",
    "sig_der": "0x3045022100abb889900210c6c715904d42fd706bae2d776d81f73ed334430a793fb0958696022028eaabeadc2b31e2c29278856c58c424592b5399aea0dce711c6f1c6ded8b599", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xabb889900210c6c715904d42fd706bae2d776d81f73ed334430a793fb0958696",
        "s": "0x28eaabeadc2b31e2c29278856c58c424592b5399aea0dce711c6f1c6ded8b599",
        "v": 28
    },
    "signed_hash": "0x462b0d2913877fe86ad627b047919e807a4fe0bc24bdf3a032be0602bad79e39" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-02-03T00:10:00.104760",
        "sig_der": "0x3044022069a401cada98284296ca8cbd6f37f7ea33dd126fcf1faa52e5117ee10ac5a49e022014204ac42e35ac44c768a0b1f05ffd4d380e9da58d40196006078550c7f8c67b", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x69a401cada98284296ca8cbd6f37f7ea33dd126fcf1faa52e5117ee10ac5a49e",
            "s": "0x14204ac42e35ac44c768a0b1f05ffd4d380e9da58d40196006078550c7f8c67b",
            "v": 28
        },
        "signed_hash": "0xfe8dd11a6bd6b060a3b7c82c037ebd13b44b010734fa82b8424d5bf4437847ac", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x00000000000000000000000000000000000000000000000005b09cd3e5e90000" /* signed_value * 10**(-base_unit_exp) = 0.410 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-02-03T01:10:00.317351",
    "sig_der": "0x3045022100b1f5d854146c5e10b23308bfbbeec0f9ece8dc3859d721d36d9d5c8e86464d9002207d1ef110707683d46004b9956359c9d8e85db1911ed8ade76dbed17c09783f82", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xb1f5d854146c5e10b23308bfbbeec0f9ece8dc3859d721d36d9d5c8e86464d90",
        "s": "0x7d1ef110707683d46004b9956359c9d8e85db1911ed8ade76dbed17c09783f82",
        "v": 28
    },
    "signed_hash": "0xce10e56cf489664fe92a90963fef65d85992df8f76e13ba5eb5d0c2c32b1562a", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x00000000000000000000000000000000000000000000000005b09cd3e5e90000" /* signed_value * 10**(-base_unit_exp) = 0.410 */
}