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"
}
]
}