Skip to main content

fraud.Get RPC

Fetches fraud proofs from the disk by its type

Updated on
Nov 7, 2024

fraud.Get RPC

Parameters

type
string
REQUIRED
A string specifying the type of fraud proof

Returns

result
array
The result object which contains the following fields:
proof_type
array
The type of fraud proof returned
data
array
Encoded data associated with the fraud proof, in Base64 format
Request
1
curl --location 'https://docs-demo.celestia-mainnet.quiknode.pro/' \
2
--header 'Content-Type: application/json' \
3
--data '{
4
"id": 1,
5
"jsonrpc": "2.0",
6
"method": "fraud.Get",
7
"params": [
8
"PROOF_TYPE"
9
]
10
}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free