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": 1679097600 /* (uint40) epoch seconds since 1970; this is 2023-03-18 00:00:00 (UTC) */
},
"fact_hash":
"0xb7853fd3a6286e780292edf937e57a5621e00c02fc516105c972bad1242c90d9", /* (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-17T00:05:00.662932",
    "sig_der": "0x3044022029abfa37543266661483612124d7c2d9eb1b67c0d991130686b31937314d67a102207b2f748e02168ebc40988a7a864b1954fe475cf294ebeee8734b75b8b126a728", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x29abfa37543266661483612124d7c2d9eb1b67c0d991130686b31937314d67a1",
        "s": "0x7b2f748e02168ebc40988a7a864b1954fe475cf294ebeee8734b75b8b126a728",
        "v": 28
    },
    "signed_hash": "0xb7853fd3a6286e780292edf937e57a5621e00c02fc516105c972bad1242c90d9" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-03-18T00:10:00.655531",
        "sig_der": "0x304402205a178f2bf32e73120de46a8b67a7f9303dc605a8b489aa631dc80d689ea4da4f0220742819f6e642099b58157efb7a8bbe589c670407e8b0cbbee768699baac3ec4f", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x5a178f2bf32e73120de46a8b67a7f9303dc605a8b489aa631dc80d689ea4da4f",
            "s": "0x742819f6e642099b58157efb7a8bbe589c670407e8b0cbbee768699baac3ec4f",
            "v": 27
        },
        "signed_hash": "0x708a3411f515f1fc51b8f0f2ee1fd370993e4ea1de18b87eeb135281b671ac95", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x00000000000000000000000000000000000000000000000005427a7df1df8000" /* signed_value * 10**(-base_unit_exp) = 0.379 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-03-18T01:15:00.660222",
    "sig_der": "0x3045022100f992d9a436dd89d46238d3ab933e69a7517323522b6be1316876e0e794325ba202204e99593c7fd7265bc6df2d48580df4e37c99a40f63b515233d57ff0efe43596b", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xf992d9a436dd89d46238d3ab933e69a7517323522b6be1316876e0e794325ba2",
        "s": "0x4e99593c7fd7265bc6df2d48580df4e37c99a40f63b515233d57ff0efe43596b",
        "v": 28
    },
    "signed_hash": "0x31fc731d78807f0158c60eaff04b7890b9fd36872c41476c152b101ad963d4ee", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x00000000000000000000000000000000000000000000000005427a7df1df8000" /* signed_value * 10**(-base_unit_exp) = 0.379 */
}