tokens

List tokens

Returns a list of tokens on the network.

get/api/v1/tokens

Query parameters

account.idstring

The ID of the account to return information for

limitinteger

The maximum number of items to return

namestring

Partial or full token name. Not allowed to be used with token.id or account.id parameter. Pagination is not supported with the use of this parameter and results are ordered by token.id with respect to the order parameter.

order'asc' | 'desc'

The order in which items are listed

publickeystring

The public key to compare against

token.idstring

The ID of the token to return information for

typestring[]

Response

OK

Example response

{
  "tokens": [
    {
      "admin_key": null,
      "decimals": 3,
      "metadata": "VGhpcyBpcyBhIHRlc3QgTkZU",
      "name": "First Mover",
      "symbol": "FIRSTMOVERLPDJH",
      "token_id": "0.0.1",
      "type": "FUNGIBLE_COMMON"
    }
  ]
}

Changes

Changed in 1 of the 53 revisions of this API.5

    • the response property _status/messages/items/data became nullable for the status 400

      response-property-became-nullable

    • the response property _status/messages/items/detail became nullable for the status 400

      response-property-became-nullable

    • the response property links/next became nullable for the status 200

      response-property-became-nullable

    • the response property tokens/items/admin_key became nullable for the status 200

      response-property-became-nullable

    • the response property tokens/items/token_id became nullable for the status 200

      response-property-became-nullable

    This revision also has 22 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog