Get PLYR L1 Token List
Get list of available PLYR L1 tokens and their details including prices and metadata
{
name: string,
timestamp: string,
version: {
major: number,
minor: number,
patch: number
},
tokens: Array<{
chainId: number,
address: string,
name: string,
symbol: string,
decimals: number,
logoURI: string,
apiId: string,
cmcURL: string,
cmcId: string,
cgURL: string,
cgId: string,
website: string,
category: string,
shortDescription: string,
nativeChainId: number,
nativeChainName: string,
nativeChainLogoURI: string,
nativeContractAddress: string,
isGameStake: boolean,
price: number,
updatedAt: string,
nextUpdatedAt: string
}>
}Response Fields Description
Last updated