Launching an Instance
Please reach out to launch an SVM Engine instance, request an API key from the team, and start sending JSON RPC requests.
The two main endpoints that are available are for:
Retrieving account information
Sending SVM transactions
Get Account Info
{
"jsonrpc": "2.0",
"method": "getAccountInfo",
"params": ["Di1NNkC7mEnsKFRRsGVzKEToGsm985JbKDvmsmC6DmNC"],
"id": 1
}
Send Transaction
{
"jsonrpc": "2.0",
"method": "sendTransaction",
"params": [ { "signatures": ..., "message": ... } ],
"id": 1
}
Last updated