https://api.devnet.solana.com/
Tokens on Solana are - like everything else on Solana - accounts! They:
How they work:
Mint Account
- stores information about the token.Associated Token Account
- stores a specific balance of the Mint Account (this is essentially a counter).You can read all about tokens in Solana's official SPL Token documentation.