I would like to use blockfrost to search for a stake pool based on , "TICKER" or "PoolID" (full or partial), this will enable light wallets that want to be able to offer delegation option without the need to gather, organize and sort all 3000 pools. With the number of active pools expected to continue going up querying the entire list to perform filtering is not the ideal solution.
I would like to use blockfrost to search for a stake pool based on , "TICKER" or "PoolID" (full or partial), this will enable light wallets that want to be able to offer delegation option without the need to gather, organize and sort all 3000 pools. With the number of active pools expected to continue going up querying the entire list to perform filtering is not the ideal solution.
Example endpoint implanting this would be a
https://cardano-mainnet.blockfrost.io/api/v0/pools/{searchString}/find)
Returning a list of poolIds that fully or partially match the "searchString"
Thank you for considering my request.