Last updated 2 years ago
Check if a contract address implements an ERC20, ERC721, or ERC1155 token.
"ethereum"
Successful response
const response = await fetch('https://picketapi.com/api/v1/chains/{chain}/contracts/{contractAddress}/tokenCategory', { method: 'GET', headers: {}, }); const data = await response.json();
{ "tokenCategory": "erc20" }