blockfrost / openapi

OpenAPI specification for Blockfrost.io service
https://docs.blockfrost.io
MIT License
22 stars 16 forks source link

Feature Request. Stakepool search #287

Open leo42 opened 1 year ago

leo42 commented 1 year ago

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.