search_pairs
Locate DEX pairs across blockchains by entering a search query to retrieve real-time data on token profiles and market statistics provided by DexScreener API.
Instructions
Search for pairs matching query
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | Search query |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"description": "Search query",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}