get_endpoint_docs
Retrieve documentation for specific blockchain endpoints to understand available methods, parameters, and usage instructions for Ethereum, Solana, Cosmos chains, and Layer 2 networks.
Instructions
Get documentation for a specific endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
endpointId | Yes | The ID of the endpoint |
Input Schema (JSON Schema)
{
"properties": {
"endpointId": {
"description": "The ID of the endpoint",
"type": "string"
}
},
"required": [
"endpointId"
],
"type": "object"
}