TokenInfoGet()
Before calling the function make sure you have the Connector object initialized.
Understanding Connector ObjectFunction Call
Field
Type
Description
Token
string
Ed25519 Base58 Publickey
TokenInfoGet("Input here Base58 Token Address");
Example
Connector connect_ = new Connector("95.111.224.219", 9091);
NodeApi.TokenInfoResult TokenInfo = connect_.TokenInfoGet("4SFfA1S2xfA3BdgkTn2tK14yDhLuD11RVz78kqx35jct");
Console.WriteLine(TokenInfo);
Output of Example
Output is printed via ObjectDumper
{TokenInfoResult}
Status: {APIResponse}
Code: 1
Message: "Success: "
Token: {TokenInfo}
Address: ...
Code: ""
Name: ""
TotalSupply: ""
Owner: ...
TransfersCount: 0
TransactionsCount: 0
HoldersCount: 0
TokenStandard: 0
Last updated
Was this helpful?