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": 1684627200 /* (uint40) epoch seconds since 1970; this is 2023-05-21 00:00:00 (UTC) */
},
"fact_hash":
"0xeb1572051173a44219a822c743528e0ee613ebd6b4a0c7152801c4e5415f08ff", /* (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-20T00:05:00.667528",
    "sig_der": "0x304402202ab7bea632b99cc0de491cf5b5dfd8bbb8bddd4d61ed4ab8a7bf4eea85addac70220081cb51923704240c710e6072e799ca1b4c605a84af4cb930fae8eaf37afc3c7", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x2ab7bea632b99cc0de491cf5b5dfd8bbb8bddd4d61ed4ab8a7bf4eea85addac7",
        "s": "0x081cb51923704240c710e6072e799ca1b4c605a84af4cb930fae8eaf37afc3c7",
        "v": 27
    },
    "signed_hash": "0xeb1572051173a44219a822c743528e0ee613ebd6b4a0c7152801c4e5415f08ff" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-05-21T00:15:00.200978",
        "sig_der": "0x3045022100c5640bc59ddec1b68f3d3357044455845803790c2ebf5be0cc5291509c653c2a0220632983ff4c0d8800c8c65f6d6b2271652ca68b83134382abb9fd1d4c8f79b03f", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0xc5640bc59ddec1b68f3d3357044455845803790c2ebf5be0cc5291509c653c2a",
            "s": "0x632983ff4c0d8800c8c65f6d6b2271652ca68b83134382abb9fd1d4c8f79b03f",
            "v": 27
        },
        "signed_hash": "0x879145036fa00c9361d25893a8ec9c45d90589f31fc47a0744d250a0c6f9535d", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x000000000000000000000000000000000000000000000000067eab853ae20000" /* signed_value * 10**(-base_unit_exp) = 0.468 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-05-21T01:15:00.302060",
    "sig_der": "0x30440220281b48c099a555d9c7fce9dbec197c67c86448c0ef9edd431f4eac2703d3e8b302203ca86f66cadddd76258a4e0afb27a3451f214cdbbf2436bdf506a1f250f0c0bd", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x281b48c099a555d9c7fce9dbec197c67c86448c0ef9edd431f4eac2703d3e8b3",
        "s": "0x3ca86f66cadddd76258a4e0afb27a3451f214cdbbf2436bdf506a1f250f0c0bd",
        "v": 27
    },
    "signed_hash": "0x5aa2f5fe68d69a057b5367781d3d80e6bcfba45b681851a33b02af830c027c08", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x000000000000000000000000000000000000000000000000067eab853ae20000" /* signed_value * 10**(-base_unit_exp) = 0.468 */
}