-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathnftvaluing.com.yaml
39 lines (39 loc) · 1.02 KB
/
nftvaluing.com.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
openapi: 3.0.1
info:
title: P/E For NFTs
description: Get the price to earnings ratio for any NFT collection!,
version: 'v1'
servers:
- url: https://nftvaluing.com/ai-plugin
paths:
/:
get:
operationId: getToken
summary: Get token name
parameters:
- name: token
in: query
description: What token collection name would you like to know about?
required: true
schema:
type: string
post:
operationId: SendResponse
summary: Send token name
parameters:
- name: location
in: query
description: Token collection name to send the request.
required: true
schema:
type: string
responses:
'200':
description: Successful response
content:
application/json:
schema:
type: object
properties:
message:
type: string