feel free to try it out!
import requests data = {"symbol": "taiyo_robotics", "webhook_url": YOUR-DISCORD-WEBHOOK-URL"}
url = "https://us-central1-serverless-344401.cloudfunctions.net/floorcheckr" print(requests.post(url, json=data).json())
NFT Discord Bot as a service powered by MagicEden! Quickly spin up your serverless NFT discord bot and provide key datapoints for your project.
feel free to try it out!
import requests data = {"symbol": "taiyo_robotics", "webhook_url": YOUR-DISCORD-WEBHOOK-URL"}
url = "https://us-central1-serverless-344401.cloudfunctions.net/floorcheckr" print(requests.post(url, json=data).json())
Log in or sign up for Devpost to join the conversation.