get_token_pairs
Retrieve trading pairs for a token contract address on a specified network. Input network ID and token address to get pair data, with an optional limit on results.
Instructions
Get a list of pairs for a token
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of pairs to return (default: 10) | |
| address | Yes | The token contract address | |
| networkId | Yes | The network ID the token is on |