16 lines
223 B
JSON
16 lines
223 B
JSON
|
{
|
||
|
"name": "FtxCom MNGO/USD",
|
||
|
"tasks": [
|
||
|
{
|
||
|
"httpTask": {
|
||
|
"url": "https://ftx.com/api/markets/mngo/usd"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"jsonParseTask": {
|
||
|
"path": "$.result.price"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|