Get all Fungible Token details created by user
Details of all the created Fungible Tokens (ERC-20 token) by a user can be found using this method. The weightage for this API is 5
API Specification
Get all FT details
POST
https://api.krypcore.com/api/v0/ft-manager/erc20-tokens
Get all FT details
POST
https://api.krypcore.com/api/v0/ft-manager/erc20-tokens
All the created FT details can be found under the given instance.
Headers
Authorization*
String
User Auth Key obtained from Dash
DappId
String
DappId
Request Body
page
Number
Details of created FT to be retrieved for the given page No
instanceId*
String
Instance Id obtained from FT Manager Dashboard
pageSize
Number
No of created FT details to be displayed per page
Headers
Authorization*
String
SvdiU5bu1hKW
DappId
String
ik10qsOurCqX
Request Body
page
Number
jo9MXozMFqER
instanceId*
String
Hc10H4gW8yEP
pageSize
Number
YRqYz7OJnW2c
Take a look at how you might call this method using our official libraries, or via curl
:
Last updated