Skip to main content
GET
/
api
/
v1
/
tokens
List tokens
curl --request GET \
  --url https://mainnet.mirrornode.hedera.com/api/v1/tokens
{
  "tokens": [
    {
      "admin_key": null,
      "decimals": 3,
      "metadata": "VGhpcyBpcyBhIHRlc3QgTkZU",
      "name": "First Mover",
      "symbol": "FIRSTMOVERLPDJH",
      "token_id": "0.0.1",
      "type": "FUNGIBLE_COMMON"
    }
  ],
  "links": {
    "next": null
  }
}

Query Parameters

account.id
string

The ID of the account to return information for

limit
integer
default:25

The maximum number of items to return

Required range: 1 <= x <= 100
name
string

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.

Required string length: 3 - 100
order
enum<string>
default:asc

The order in which items are listed

Available options:
asc,
desc
publickey
string

The public key to compare against

token.id
string

The ID of the token to return information for

type
string[]

Response

OK

tokens
object[]