-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filter results using from and to parameters in "Address UTXOs of a given asset" endpoint #46
Comments
Hi! Would you mind sharing a use case? Thanks! |
I'd like to know the number of new transactions after a specific block. Without this parameter, I have to blindly request a set of transactions and check for the transactions since a particular block programmatically. It is a question of UX and keeping consistency with other endpoints specifications like https://docs.blockfrost.io/#tag/Cardano-Addresses/paths/~1addresses~1%7Baddress%7D~1transactions/get. |
@fabioDMFerreira are you sure you mean UTXOs and not transactions? |
At the moment it doesn't seem possible to filter the transactions by a specific asset. I am using this UTXO endpoint as an alternative. |
@fabioDMFerreira I think you are looking for the How it can be an alternative? What if that UTXO is used? |
@mmahut This endpoint doesn't allow filtering the transactions by wallet address. |
As in "Address transactions" it would be useful to get the UTXOs of a specific token that are between two blocks.
The text was updated successfully, but these errors were encountered: