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": 1655596800 /* (uint40) epoch seconds since 1970; this is 2022-06-19 00:00:00 (UTC) */
},
"fact_hash":
"0x5f8c905d714e1fed7f6b71f65cbe2713ed7cceb77c8ea14db4943854fe665d97", /* (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": "2022-06-18T00:05:00.015352",
    "sig_der": "0x3045022100826e570ccfbfa65d9fd12beb802dbd5ca477ad142efe510e1cfdaf41b206bb220220009c4d255fb8736475a8cfeefa82dc5bc9dd9c0781dc6269419e386e1e456ca6", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x826e570ccfbfa65d9fd12beb802dbd5ca477ad142efe510e1cfdaf41b206bb22",
        "s": "0x009c4d255fb8736475a8cfeefa82dc5bc9dd9c0781dc6269419e386e1e456ca6",
        "v": 28
    },
    "signed_hash": "0x5f8c905d714e1fed7f6b71f65cbe2713ed7cceb77c8ea14db4943854fe665d97" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2022-06-19T00:10:00.768592",
        "sig_der": "0x30450221008488338663322f9ba62ed42c79c339d18731098dc2c3bf6a5ff241312808913202205d554b19c7f4e8ece69049550f80839532dd1c9b065555b279336d05cb686998", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x8488338663322f9ba62ed42c79c339d18731098dc2c3bf6a5ff2413128089132",
            "s": "0x5d554b19c7f4e8ece69049550f80839532dd1c9b065555b279336d05cb686998",
            "v": 28
        },
        "signed_hash": "0xbc0ea897e9de167b03a51db4516e751bcf821bcbf5db711f838800d96e011bbb", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x0000000000000000000000000000000000000000000000000442aedf9a0b8000" /* signed_value * 10**(-base_unit_exp) = 0.307 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2022-06-19T01:10:00.772367",
    "sig_der": "0x30440220205f450c4de66441f7569f7b825894c79571521131d38d11b7f7289fd86b6b1802204462e20e4aa5a24cfe37185f2bac8784fb591d5b11e945fd10ea8c5f84266c90", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x205f450c4de66441f7569f7b825894c79571521131d38d11b7f7289fd86b6b18",
        "s": "0x4462e20e4aa5a24cfe37185f2bac8784fb591d5b11e945fd10ea8c5f84266c90",
        "v": 28
    },
    "signed_hash": "0xe8035887eed9fafa0099ff1c51db3a24a7d5237c67c19930e23aac91adf71079", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x0000000000000000000000000000000000000000000000000442aedf9a0b8000" /* signed_value * 10**(-base_unit_exp) = 0.307 */
}