๐ŸŒต
QuillCheck API
  • Introduction
  • Getting Started
  • How do I get my API Key?
  • Reference
    • API Reference
      • Tokens - Request
      • Tokens - Response
  • Chain Mapping
Powered by GitBook
On this page
  • ๐Ÿ—’๏ธ Follow these steps to start your journey today:
  • Step 1: ๐Ÿ”‘Create an API key (For further details, Click here)
  • Step 2: ๐ŸŽ‰ Make Your First Request

Was this helpful?

Getting Started

PreviousIntroductionNextHow do I get my API Key?

Last updated 8 months ago

Was this helpful?

๐Ÿ—’๏ธ Follow these steps to start your journey today:

Step 1: ๐Ÿ”‘Create an API key (For further details, )

Step 2: ๐ŸŽ‰ Make Your First Request

๐Ÿ“‘ Replace "YOUR_API_KEY" with your API Key, which was received by completing Step 1.

Example 1: via Postman

Example 2: via CURL from a command line

curl -H "x-api-key: YOUR_API_KEY" https://check-api.quillai.network/api/v1/tokens/information/0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2?chainId=1
Click here