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.
Last updated