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