Tasks
Tasks execute core logic for a midpoint.
Make HTTP Request
{
"makeHttpRequest": {
"method": "",
"urlRaw": "",
"urlType": "built",
"url": {
"protocol": "",
"domain": "",
"path": "",
"queryParameters": [
{
"key": "",
"value": ""
}
]
},
"bodyType": "json",
"body": "",
"authType": "bearer",
"auth": {
"bearer": "",
"basic": {
"key": "",
"value": ""
},
"apiQuery": {
"key": "",
"value": ""
},
"apiHeader": {
"key": "",
"value": ""
}
},
"headers": [
{
"key": "",
"value": ""
}
],
"extracts": [
{
"name": "",
"from": ""
}
],
"excludeLogs": []
}
}
Transact To EVM Function Testnet
Transact To EVM Function Mainnet
Call EVM Function
Shift Decimal
Last updated