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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
{
"info": {
"_postman_id": "ca2c71c1-27a5-466c-a3c7-16b71f62af34",
"name": "hived",
"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json"
},
"item": [
{
"name": "price",
"request": {
"method": "GET",
"header": [],
"url": ""
},
"response": []
},
{
"name": "pair",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://127.0.0.1:8008/pair?one=ETH&two=CAKE&multiplier=4.0",
"protocol": "http",
"host": [
"127",
"0",
"0",
"1"
],
"port": "8008",
"path": [
"pair"
],
"query": [
{
"key": "one",
"value": "ETH"
},
{
"key": "two",
"value": "CAKE"
},
{
"key": "multiplier",
"value": "4.0"
}
]
}
},
"response": []
},
{
"name": "addalert",
"request": {
"method": "GET",
"header": [],
"url": ""
},
"response": []
}
],
"protocolProfileBehavior": {}
}
|