Skip to main content

/api/v1/tokens REST API Endpoint

Returns a list of tokens on the network.

Updated on
Aug 23, 2024

/api/v1/tokens REST API Endpoint

Please note that this method is currently available only on the testnet and will be accessible on the mainnet soon.

Query Parameters

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.
limit
integer
The maximum number of items to return
order
string
The order in which items are listed (asc or desc)
publickey
string
The public key to compare against
account.id
string
The ID of the account to return information for
token.id
string
The ID of the token to return information for
types
array
The types of token

Returns

tokens
array
An array of objects, each representing a token on the Hedera network
admin_key
object
The admin_key object which contains the following fields:
_type
string
The type of the key
key
string
The key itself
metadata
string
Any metadata associated with the token
name
string
The name of the token
symbol
string
The symbol of the token
token_id
string
The unique identifier of the token
type
string
The type of the token
decimals
integer
The number of decimal places the token uses
links
object
An object containing pagination links
next
string
A URL to fetch the next set of result, if available
Request
1
curl 'https://docs-demo.hedera-mainnet.quiknode.pro/api/v1/tokens'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free