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": 1680307200 /* (uint40) epoch seconds since 1970; this is 2023-04-01 00:00:00 (UTC) */
},
"fact_hash":
"0x8b5b79e50ba15d71266d53e4738c81ed6fab752b11b92f0edd84d14c5782d0cc", /* (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-01T00:05:00.938140",
    "sig_der": "0x304402207c86aa941932a2945ef04ccff6fdc7cbfd7fd4d4c8b7b732113f4c6d3ea1843202203ed8ce3fe1d098aaa0088e856322e40e48a96bac5dde249814d5c25f9f68f278", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x7c86aa941932a2945ef04ccff6fdc7cbfd7fd4d4c8b7b732113f4c6d3ea18432",
        "s": "0x3ed8ce3fe1d098aaa0088e856322e40e48a96bac5dde249814d5c25f9f68f278",
        "v": 27
    },
    "signed_hash": "0x8b5b79e50ba15d71266d53e4738c81ed6fab752b11b92f0edd84d14c5782d0cc" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-04-01T00:09:30.259814",
        "sig_der": "0x3045022100fefbdf4b36332b83d98ebfda7f882e643ee4211a2d57e93004ec85bb59fa4b140220008a7f0317b82ee25e58db6eb5683c92ea7ca429e2b657515c607e7608e37b66", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0xfefbdf4b36332b83d98ebfda7f882e643ee4211a2d57e93004ec85bb59fa4b14",
            "s": "0x008a7f0317b82ee25e58db6eb5683c92ea7ca429e2b657515c607e7608e37b66",
            "v": 27
        },
        "signed_hash": "0x4eb366396082b07419f91ba5fd6b6679a1b6bf18819d45b83c33be9dfdf3d12a", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x0000000000000000000000000000000000000000000000000773cea7a4628000" /* signed_value * 10**(-base_unit_exp) = 0.537 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-04-01T01:10:50.209618",
    "sig_der": "0x3045022100831d318b7bb43c7b7b4e40282f1d7635248245f6f5c7ff0c9f65c5b0816ef28902202d29c58153c0f73900c2bab4c2f50f470ff82d6e5efe89e46a177c1cf7de7c6d", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x831d318b7bb43c7b7b4e40282f1d7635248245f6f5c7ff0c9f65c5b0816ef289",
        "s": "0x2d29c58153c0f73900c2bab4c2f50f470ff82d6e5efe89e46a177c1cf7de7c6d",
        "v": 28
    },
    "signed_hash": "0xfe86cb53877e26e9a8ce0efd423c500d318919ef822e6794db512a930f8400b3", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x0000000000000000000000000000000000000000000000000773cea7a4628000" /* signed_value * 10**(-base_unit_exp) = 0.537 */
}