cURL
curl --request POST \ --url https://devnet-as.magicblock.app/ \ --header 'Content-Type: application/json' \ --data ' { "jsonrpc": "2.0", "id": 1, "method": "getFirstAvailableBlock", "params": [] } '
{ "jsonrpc": "2.0", "id": 1, "result": null, "error": null }
Solana JSON-RPC method getFirstAvailableBlock.
2.0
getFirstAvailableBlock
Method-specific parameters. See Solana RPC docs for exact shape.
Successful response
Method-specific result payload.
Was this page helpful?