sbv2-solana/cli/examples/job.ftxCom.json

16 lines
223 B
JSON
Raw Normal View History

2022-05-17 09:42:04 -07:00
{
"name": "FtxCom MNGO/USD",
"tasks": [
{
"httpTask": {
"url": "https://ftx.com/api/markets/mngo/usd"
}
},
{
"jsonParseTask": {
"path": "$.result.price"
}
}
]
}