guys a simple question in the edpoint /accounts/{address}/transactions for example can I in some way specify resulst with the function I want ?
lets say I want get the tx of a sc with the function mergeLkmex ... is this posible ?
You can use the following endpoint instead:
https://api.elrond.com/#/transactions/TransactionController_getTransactions
Which allows for filtering on a function field :)
You can use the following endpoint instead: https://api.elrond.com/#/transactions/TransactionController_getTransactions Which allows for filtering on a function field :)