Meroku Knowledge Hub
GithubMeroku Protocol
  • 🎨The Ecosystem
    • Meroku Protocol
      • Personas In The Ecosystem
    • dApp Store Kit (dSK)
      • Use Cases
    • dApp-sdk
      • Modules
    • PWAs X Meroku
  • 💁Using Meroku
    • Publishing .apps
      • Claiming Your .app Name
      • Preparing For Submission
      • Updating Metadata
        • Basic Info
        • .app Builds
          • Android
          • iOS
          • Web
        • .app Images
        • Saving On Chain
    • Launch .appStore
      • Claiming Your .appStore Name
      • Metadata Update
        • Basic Information
        • .appStore Images
        • Assign a .dev Profile
        • Publish
        • .appStore Context
      • .appStore Implementation
        • Reference Implementations
          • Android
          • web (vanilla)
          • web (featured)
          • iOS
        • Custom Implementation
          • User Identity
          • appStore Context
          • .app Listing
          • Search
          • Rating & Reviews
      • Deploying .appStore
    • Developer Profile
      • .dev Profile
      • Update Developer Info
      • Publish
  • 👨‍💻Developers
    • API
    • API Docs
  • 🤝Contributing
    • For Contributors
  • 🎋Apps
    • dApp Explorer
    • .appStore Explorer
    • Contractly.in
  • 🧑‍🚒Support & FAQs
    • Contact Us
Powered by GitBook
On this page
  • API Endpoints
  • Rate Limits
  • API keys

Was this helpful?

  1. Developers

API

PreviousPublishNextFor Contributors

Last updated 1 year ago

Was this helpful?

API Endpoints

Meroku provides the following API endpoints for fetching data. They are CORS protected and to get whitelisted .

Environment
API URL

Testnet URL

https://api-a.meroku.store

Mainnet URL

https://api.meroku.store

Rate Limits

There are two kinds of rate limits that are applies

  1. Anonymous Access Rate Limit: This is useful when you are trying out Meroku APIs from the documentation. There's a global rate limit of 100 calls per minute and 2,40,000 calls per day. This is an aggregate of all the API calls done by all the anonymous users.

  2. Developer Access Rate Limit: If you are building a dApp Store, chances are you would like to go beyond this restriction. In that case, you can get your API Key and experience enhanced limits.

Anonymous Access (Shared Global Pool)
Developer Access

Calls / min

100

20

Calls / month

300,000

3M

API keys

To get your API Keys, Once we receive your entry, we will send an email with the API Key in place.

Use this API key in the header of the request to authenticate.

Example

curl --request GET \
--url https://api.meroku.store/dapp/categories \
--header "Accept: application/json" \
--header "apikey: YOUR_API_KEY"
👨‍💻
contact us by filling out this form
fill in the form here.