List tokens
Returns a list of tokens on the network.
Query parameters
The ID of the account to return information for
The maximum number of items to return
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.
The order in which items are listed
The public key to compare against
The ID of the token to return information for
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/databecame nullable for the status400response-property-became-nullable
- ▲
the response property
_status/messages/items/detailbecame nullable for the status400response-property-became-nullable
- ▲
the response property
links/nextbecame nullable for the status200response-property-became-nullable
- ▲
the response property
tokens/items/admin_keybecame nullable for the status200response-property-became-nullable
- ▲
the response property
tokens/items/token_idbecame nullable for the status200response-property-became-nullable
This revision also has 22 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲