DELETE //multicall/user-defined-functions/{functionId} HTTP/1.1 Host: beta.usemoon.ai Authorization: text Accept: */*
Ok
{ "success": true, "message": "text", "data": null }
GET //multicall/user-defined-functions HTTP/1.1 Host: beta.usemoon.ai Authorization: text Accept: */*
{ "success": true, "message": "text", "data": [] }
POST //multicall/user-defined-functions HTTP/1.1 Host: beta.usemoon.ai Authorization: text Content-Type: application/json Accept: */* Content-Length: 37 { "functionBody": "text", "name": "text" }