Last updated
Last updated
Number of ERC-20 token hold by an address can be found using this method. The weightage for this API is 5
POST
https://api.krypcore.com/api/v0/ft-manager/balanceOf
Balance of an user's address can be gathered under the given instance.
Take a look at how you might call this method using our official libraries, or via curl
:
Authorization*
String
User Auth Key obtained from Dash
DappId*
String
DappId
contractAddress*
String
The contract address of the ERC20 token.
address*
String
An user wallet address whose ERC20 token balance is to be retrieve.