tokens.getRawUnvalidatedList
Gets the raw, unvalidated list of tokens in the SPL token registry
Last updated
Gets the raw, unvalidated list of tokens in the SPL token registry
(async() => {
let token_list = await SOLPay.tokens.getRawUnvalidatedList(); // {"tokens": [...]}
})();object ({"tokens": [...]}) - the list of tokens (see https://github.com/solana-labs/token-list/blob/main/src/tokens/solana.tokenlist.json for format)
Last updated