Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
post
POST / HTTP/1.1
Host: mainnet.helius-rpc.com
Content-Type: application/json
Accept: */*
Content-Length: 99

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "getStakeMinimumDelegation",
  "params": [
    {
      "commitment": "finalized"
    }
  ]
}
{
  "jsonrpc": "2.0",
  "id": "1",
  "result": {
    "context": {
      "slot": 501
    },
    "value": 1000000000
  }
}