curl --request POST \ --url https://devnet-as.magicblock.app/ \ --header 'Content-Type: application/json' \ --data '{ "jsonrpc": "2.0", "id": 1, "method": "getSlot", "params": [ { "commitment": "finalized" } ] }'
{ "jsonrpc": "2.0", "id": 1, "result": null, "error": null }
Returns the slot that has reached the given or default commitment level.
2.0
getSlot
Method-specific parameters.
Successful response
Method-specific result payload.
Was this page helpful?