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": 1685145600 /* (uint40) epoch seconds since 1970; this is 2023-05-27 00:00:00 (UTC) */
},
"fact_hash":
"0x340a1bb1458f767c113cf74b49b5b6ff3755978760860b92090d61e60cedf99f", /* (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-26T00:05:00.047712",
    "sig_der": "0x30450221009a63035cc7d96616b205dd8d67211c0941d3cc34269fee2b041eb3bed98e53ee022076d7955221829df6ed291b836041b63ac6f69bb03c7fd8676e4f39ec54f04b46", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x9a63035cc7d96616b205dd8d67211c0941d3cc34269fee2b041eb3bed98e53ee",
        "s": "0x76d7955221829df6ed291b836041b63ac6f69bb03c7fd8676e4f39ec54f04b46",
        "v": 28
    },
    "signed_hash": "0x340a1bb1458f767c113cf74b49b5b6ff3755978760860b92090d61e60cedf99f" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-05-27T00:15:00.170214",
        "sig_der": "0x3045022100becf575680d615b6c40b7ca61f80991756d786e2f120b97771688dac2b68d8e4022038840560fadb93a1290263148705b7e0b83cfd415ff1b597faeabfc0dfce9a3b", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0xbecf575680d615b6c40b7ca61f80991756d786e2f120b97771688dac2b68d8e4",
            "s": "0x38840560fadb93a1290263148705b7e0b83cfd415ff1b597faeabfc0dfce9a3b",
            "v": 28
        },
        "signed_hash": "0x1975835dcf3fa384b7435cbe7dae736def51fd8bd30bc31a86d46f9cd413cb8d", /* (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-27T01:15:00.819739",
    "sig_der": "0x304402204c243090b4711cf87c4758d703ba716781983ca794037a962a0d54ca2af618b6022056545aca18f9f23344896782dbcbdc70e5687cdeebd64f056038f65842678147", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x4c243090b4711cf87c4758d703ba716781983ca794037a962a0d54ca2af618b6",
        "s": "0x56545aca18f9f23344896782dbcbdc70e5687cdeebd64f056038f65842678147",
        "v": 28
    },
    "signed_hash": "0xa9661a95a4d81847dddbef01967e95ea44b5f6fb70d46c995c3f0af815a74a89", /* (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 */
}