Get top X pools for a token.
Tokens
Get top X pools for a token.
deprecated
Removed. Use /networks//pools/search with the token_address filter instead.
GET
Get top X pools for a token.
Migration
- The
token_addressfilter works on the network-scoped/networks/{network}/pools/searchonly. The cross-networkGET /pools/searchaccepts the parameter but silently ignores it, so always pass a network. - One token per query. Repeating
token_addressdoes not act as a pair filter; the API uses only one of the values (not guaranteed by order). The oldaddresspair filter andreorderflag have no replacement. - An unknown
token_addressreturns HTTP 200 with an emptyresultsarray, not an error.
Path Parameters
Token contract address. Such as JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN for Jupiter on Solana.
Response
410
Removed. Use /networks/{network}/pools/search with the token_address filter instead.