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": 1680307200 /* (uint40) epoch seconds since 1970; this is 2023-04-01 00:00:00 (UTC) */
},
"fact_hash":
"0x8b5b79e50ba15d71266d53e4738c81ed6fab752b11b92f0edd84d14c5782d0cc", /* (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-03-01T00:05:00.938140",
    "sig_der": "0x304402207c86aa941932a2945ef04ccff6fdc7cbfd7fd4d4c8b7b732113f4c6d3ea1843202203ed8ce3fe1d098aaa0088e856322e40e48a96bac5dde249814d5c25f9f68f278", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x7c86aa941932a2945ef04ccff6fdc7cbfd7fd4d4c8b7b732113f4c6d3ea18432",
        "s": "0x3ed8ce3fe1d098aaa0088e856322e40e48a96bac5dde249814d5c25f9f68f278",
        "v": 27
    },
    "signed_hash": "0x8b5b79e50ba15d71266d53e4738c81ed6fab752b11b92f0edd84d14c5782d0cc" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
]