get_liquidity_sources
Retrieve a list of liquidity sources for a specific blockchain chain ID to enable informed DeFi trading decisions and optimize asset allocation.
Instructions
Get list of liquidity sources available on a specific chain
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chainId | Yes | Blockchain ID to get sources for |
Input Schema (JSON Schema)
{
"properties": {
"chainId": {
"description": "Blockchain ID to get sources for",
"type": "integer"
}
},
"required": [
"chainId"
],
"type": "object"
}