getHighestSnapshotSlot
Returns the highest slot information that the node has snapshots for.
https://api.1inch.com/web3/501
Supported on: Solana
Request
Request
object jsonrpc
* string (Enum)JSON-RPC version
2.0
method
* string The method to call
params
array Method parameters
items
any id
* number Request ID
JavaScript
Copy
1
Response
Highest Snapshot Slot Response
Highest Snapshot Slot Response
object full
* integer Slot of the full snapshot
incremental
* any oneOf[0]
null oneOf[1]
integer Slot of the incremental snapshot
additionalProperties
none JSON
Copy
1