CR
Docs

Authentication

The TxProof API uses API keys to authenticate requests. You can view and manage your API keys in the Dashboard.

Passing the API Key

Include your API key in the x-api-key header of every request.

Example Request:

curl https://api.txproof.xyz/api/v1/bills/resolve \
-H "x-api-key: YOUR_API_KEY" \
-d '...'

Security Note

Your API keys carry many privileges, so be sure to keep them secure! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth. If you suspect a key has been compromised, roll it immediately in the Dashboard.