GET
This endpoint retrieves a list of currency pairs from pools that are deployed and associated with hooks. It’s particularly useful for building a trading terminal or developing an exchange on top of Uniswap V4 pools.
Response can be filtered by hook address using url parameter hookAddress:
/api/v1/uniswap/hooks/currencies?hookAddress=0x123
For that case only pairs from pools associated with defined hook will be provided.
Last updated