API References

APIs related to besu network, token and nft.

The functions related to FINX network, token and nft. The list below enumerates the API functions that are currently supported in Block Service.

Net

  • net_getTempKey

  • net_getTransactionStatus

  • net_getBalance

  • net_transfer

  • net_getTokenInfo

ERC20 Token

  • erc20_create

  • erc20_burn

  • erc20_getBalance

  • erc20_transfer

  • erc20_approve

  • erc20_getAllowance

ERC721 Token

  • erc721_create

  • erc721_mint

  • erc721_getNFTInfo

  • erc721_transfer

  • erc721_approve

  • erc721_getApproved

ERC1155 Token

  • erc1155_create

  • erc1155_mint

  • erc1155_mintBatch

  • erc1155_getBalance

  • erc1155_transferFrom

  • erc1155_approveFromBatch

  • erc1155_setApprovalForAll

  • erc1155_isApprovedForAll

Last updated