Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url http://localhost:45000/api/v1/crypto/payment-methods \ --header 'Authorization: Bearer <token>' \ --header 'x-api-key: <api-key>'
{ "methods": [ { "token": "<string>", "network": "<string>", "networkLabel": "<string>", "networkFeeUsd": "<string>", "contractAddress": "<string>", "decimals": 123 } ] }
Nuvera API application secret key
RS256 per-request signed JWT
Show child attributes