Skip to main content
GET
/
tools
List available tools
curl --request GET \
  --url https://api.flipsidecrypto.xyz/public/v3/tools \
  --header 'x-api-key: <api-key>'
{
  "tools": [
    {
      "name": "<string>",
      "description": "<string>",
      "inputSchema": "<unknown>",
      "outputSchema": "<unknown>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Query Parameters

includeInternal
string

Deprecated - ignored

Response

List of available tools

tools
object[]
required