Tokens
getTokens
Get a list of all token denominations on the Mina Blockchain.
get/v1/tokens
Query parameters
pageinteger required
Queried API page.
sizeinteger required
Number of queried entries.
orderBy'ASC' | 'DESC' required
Sorting method: from the lowest element to the highest (ASC) or from the highest element to the lowest (DESC).
sortBy'TOKEN_NAME' | 'TOKEN_ID' | 'SUPPLY' | 'TOKEN_OWNER' | 'TOKEN_HOLDERS' | 'TXN_COUNT' | 'UNLOCK_STATUS' | 'TOKEN_NAME' | 'TOKEN_ID' | 'SUPPLY' | 'TOKEN_OWNER' | 'TOKEN_HOLDERS' | 'TXN_COUNT' | 'UNLOCK_STATUS' required
Select sorting parameter.
tokenType'ALL' | 'CUSTOM_TOKEN' | 'FUNGIBLE_TOKEN' | 'ALL' | 'CUSTOM_TOKEN' | 'FUNGIBLE_TOKEN' required
Select token type.
Response
OK