> For the complete documentation index, see [llms.txt](https://docs.proxima.one/proxima/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.proxima.one/proxima/data-apis/apis/fungible-tokens.md).

# Fungible tokens

APIs providing information about ERC20 transfers and approvals.

* `/networks/{network}/fts` — lists all fungible tokens in the network.
* `/networks/{network}/fts/{name}` — returns the details of a given token.
* `/networks/{network}/fts/{token}/approvals` — lists the given token's approvals.
* `/networks/{network}/fts/{token}/approvals/{name}` — gets specific approval details.
* `/networks/{network}/fts/{token}/transfers` — lists the given token's transfers.
* `/networks/{network}/fts/{token}/transfers/{name}` — gets specific transfer details.

More information can be found in [Swagger documentation](https://api.proxima.one/#tag--Fungible-Tokens--overview).
