JavaScript
const options = {method: 'GET'}; fetch('https://api.gnosispay.com/api/v1/auth/nonce', options) .then(res => res.json()) .then(res => console.log(res)) .catch(err => console.error(err));
"a1b2c3d4e5f6"
Documentation IndexFetch the complete documentation index at: https://docs.gnosispay.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.gnosispay.com/llms.txt
Use this file to discover all available pages before exploring further.
Nonce generated successfully
The response is of type string.
string