Guest User

Untitled

a guest
Sep 1st, 2022
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. //////////////////////////// copy paste only code below , change values
  2. let text = 'cоs sїlan sin ada';
  3. let zealot = 'R4hkSH3j1lPl';
  4. let wallet = '0xBc2c66e596b53d022E709eDC13fFA92f9f21521a'
  5.  
  6. fetch(`https://spells.quest/api/${wallet}/chant/${encodeURIComponent(text)}?zealot=${zealot}`, {
  7. "headers": {
  8. "accept": "*/*",
  9. "accept-language": "ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7",
  10. "sec-ch-ua": "\"Chromium\";v=\"104\", \" Not A;Brand\";v=\"99\", \"Google Chrome\";v=\"104\"",
  11. "sec-ch-ua-mobile": "?0",
  12. "sec-ch-ua-platform": "\"Windows\"",
  13. "sec-fetch-dest": "empty",
  14. "sec-fetch-mode": "cors",
  15. "sec-fetch-site": "same-origin",
  16. "sec-gpc": "1"
  17. },
  18. "referrer": "https://spells.quest/interface",
  19. "referrerPolicy": "strict-origin-when-cross-origin",
  20. "body": null,
  21. "method": "GET",
  22. "mode": "cors",
  23. "credentials": "include"
  24. });
Advertisement
Add Comment
Please, Sign In to add comment