Show / Hide Table of Contents

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.