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