Skip to main content

symbol Method

Returns token symbol.

Contract#

Nep17Token

Example#

Request content:

var result = Contract.Call(nep17Hash, "symbol", new object[] { });

Respond content:

{    "Type":"ByteString",    "value":"neo"}

Respond description:

  • ByteString type: token symbol is successfully requested.

  • Others: failed.