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