AptosAptos Network's breakthrough technology and seamless user experience are now available on QuickNode.

Start building today!     

Contents

platform.getMinStake RPC Method

The API credit value for this method is 1 . To learn more about API credits and each method's value, visit the API Credits page.

Parameters:

  1. None

Returns:

  1. minValidatorStake - uint64
  2. minDelegatorStake - uint64

Code Examples:

from web3 import Web3, HTTPProvider
w3 = Web3(HTTPProvider('http://sample-endpoint-name.network.quiknode.pro/token-goes-here/ext/bc/P'))
params = {}
request = w3.provider.make_request('platform.getMinStake', [params])
print(request)
Ready to get started? Create a free account