Using Your API Key
For Node Operators
When running thedispersed client, pass your keys as command line arguments. The client handles all authentication internally — you don’t need to implement HMAC signatures yourself.
First time registration:
For Programmatic API Access
If you’re building your own API client or scripts, requests require HMAC signature authentication with four headers:X-API-Key— Your public keyX-Time— Current timestamp in millisecondsX-Nonce— Random 32-byte hex stringX-Signature— HMAC-SHA256 signature