string
required
Protocol identifier (slug) to validate.
string
required
Bearer token from the Snippet mobile app. Format:
Bearer YOUR_API_KEY.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X GET "https://<your-api-host>/api/validate-protocol?id=awesome-dex" \
-H "Authorization: Bearer <YOUR_API_KEY>"
Validate a protocol identifier using your API key.
curl -X GET "https://<your-api-host>/api/validate-protocol?id=awesome-dex" \
-H "Authorization: Bearer <YOUR_API_KEY>"
Bearer YOUR_API_KEY.curl -X GET "https://<your-api-host>/api/validate-protocol?id=awesome-dex" \
-H "Authorization: Bearer <YOUR_API_KEY>"