Get a Fungible Token details created by user
Details of a created Fungible Token (ERC-20 token) by a user can be found using this method. The weightage for this API is 5.
API Specification
Get FT details
POST
https://api.krypcore.com/api/v0/ft-manager/erc20-token
Created FT details can be found under the given instance.
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | User Auth Key obtained from Dash |
DappId | String | DappId |
Request Body
Name | Type | Description |
---|---|---|
page | Number | Details of created FT to be retrieved for the given page No |
contractAddress* | String | Details of ERC-20 contract address to be retrieve. |
pageSize | Number | No of created FT details to be displayed per page |
Take a look at how you might call this method using our official libraries, or via curl
:
Last updated