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": 1664150400 /* (uint40) epoch seconds since 1970; this is 2022-09-26 00:00:00 (UTC) */
},
"fact_hash":
"0xbaa05f5a0b635b5cc945a3aac6ead6125f0c4b5f27523ad3be9fee72a30650c1", /* (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-09-25T00:05:00.584907",
    "sig_der": "0x304502210085ed1567e21a5628ccb96fdd8e33dbf3d2679357696d1a9a372d317a1824ce51022076ec6eb090496f50e97051dd53c18ad1aeee01bcd444f5dc2094e6a1280a8318", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x85ed1567e21a5628ccb96fdd8e33dbf3d2679357696d1a9a372d317a1824ce51",
        "s": "0x76ec6eb090496f50e97051dd53c18ad1aeee01bcd444f5dc2094e6a1280a8318",
        "v": 27
    },
    "signed_hash": "0xbaa05f5a0b635b5cc945a3aac6ead6125f0c4b5f27523ad3be9fee72a30650c1" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2022-09-26T00:10:00.121172",
        "sig_der": "0x304502210088f75ee0d53242d8f186e7f1dab9163d576f7533c9accadb7e87dc29cd604a970220633b4f69ade5bd2dde566d2ad6efc11baa5c06954a5ee2d21545e7fb8309c169", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x88f75ee0d53242d8f186e7f1dab9163d576f7533c9accadb7e87dc29cd604a97",
            "s": "0x633b4f69ade5bd2dde566d2ad6efc11baa5c06954a5ee2d21545e7fb8309c169",
            "v": 27
        },
        "signed_hash": "0xa024a1f685f71cd7f0f7e71279bb91026995aa9cef1dd6c83fab7da890f8cbf8", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x00000000000000000000000000000000000000000000000006d3ef64ad7e0000" /* signed_value * 10**(-base_unit_exp) = 0.492 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2022-09-26T01:10:00.866275",
    "sig_der": "0x304402203ae48871e8ceff091d8313a06ba2822a71b04293c8020effe27db554bee4e6a3022050239784838fc2fde81c58ea0b85a7cfe4ad40ac2262d6e02491dcc686a6383d", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x3ae48871e8ceff091d8313a06ba2822a71b04293c8020effe27db554bee4e6a3",
        "s": "0x50239784838fc2fde81c58ea0b85a7cfe4ad40ac2262d6e02491dcc686a6383d",
        "v": 28
    },
    "signed_hash": "0x837567a095124802d6e5284175648a10b351ce82c1e758647e92ac24eddb9643", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x00000000000000000000000000000000000000000000000006d3ef64ad7e0000" /* signed_value * 10**(-base_unit_exp) = 0.492 */
}