editoReview

[Tools API] INTEREST RATES

Get Real Time Interest Rates From Central Banks!

INTEREST RATES

Vand ID: vand-2e9cd4eb-94cc-462b-8863-74e8b9703abd

Learn how to easily use the Interest Rates tool with the OpenAI API.

Get Real Time Interest Rates From Central Banks!

OpenAI function calls:

{
  "name": "getData",
  "description": "Get data from user",
  "parameters": {
    "type": "object",
    "properties": {
      "country": {
        "type": "string",
        "description": "country"
      }
    },
    "required": [
      "country"
    ]
  }
}

Auth Type

none

Servers

https://interest-rates.orrenprunckun.com

OpenAPI:

{
  "openapi": "3.0.1",
  "info": {
    "title": "Interest Rates",
    "description": "Get Real Time Interest Rates From Central Banks!",
    "version": "v1"
  },
  "servers": [
    {
      "url": "https://interest-rates.orrenprunckun.com"
    }
  ],
  "paths": {
    "/": {
      "get": {
        "operationId": "getData",
        "summary": "Get data from user",
        "description": "Get data from user",
        "parameters": [
          {
            "name": "country",
            "in": "query",
            "description": "country",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "message": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}

Be the first to add an editorial review.

Please, login to leave an Editorial Review if you passed the pre-qualifier quiz
Enrolled: 0 patrons
Level: Business
Toggle
Fork me on GitHub