Method | Security | Complexity |
---|---|---|
API Key | Low | Low |
Basic authentication | Medium (if used over HTTPS) | Low |
Digest authentication | Medium | Medium |
OAuth | High | High |
JWT | High | Medium |
Get Organization name and ID
API, which returns the organization name and ID belonging to the API key. Edit YOUR_CHAINSTACK_API_KEY
with the API key you get from the Chainstack console.
Example response:
https://ethereum-mainnet.core.chainstack.com/YOUR_AUTH_TOKEN
wss://ethereum-mainnet.core.chainstack.com/ws/YOUR_AUTH_TOKEN
https://ethereum-mainnet.core.chainstack.com
wss://ethereum-mainnet.core.chainstack.com/ws
YOUR_USER_NAME
YOUR_PASSWORD
curl
command like so:
-u YOUR_USER_NAME:YOUR_PASSWORD
includes your username and password for basic authentication. Please replace YOUR_PASSWORD
with your actual password.