Skip to main content

manifest RPC Method

Reports the current manifest information for a given validator public key

Updated on
Oct 4, 2023

manifest RPC Method

Parameters

public_key
string
REQUIRED
The base58-encoded public key of the validator to look up

Returns

result
object
An object which contains the following fields:
details
object
The data contained in this manifest. It is omitted if the server does not have a manifest for the public_key from the request
domain
string
The domain name this validator claims to be associated with
ephemeral_key
string
The ephemeral public key for this validator, encoded in base58
master_key
string
The master public key for this validator, encoded in base58
seq
integer
The sequence number of this manifest
manifest
string
The full manifest data in base64 format
requested
string
The public_key from the request
status
string
The status of the request
warnings
array
An array of warning objects, each containing the following fields:
id
integer
The ID of the warning
message
string
The warning message
Request
1
curl https://docs-demo.xrp-mainnet.quiknode.pro/ \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{
5
"method": "manifest",
6
"params": [{"public_key":"nHUFE9prPXPrHcG3SkwP1UzAQbSphqyQkQK9ATXLZsfkezhhda3p"
7
}],"id":1,"jsonrpc":"2.0"}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free