Skip to main content

Welcome

Rem provides a suite of APIs to programmatically interact with our stablecoin clearing house. You can perform minting, redemption, and query market data across Arc and Tempo chains.

Rem API Reference

View the OpenAPI specification file

Authentication

All API endpoints are authenticated using API Keys or Wallet-Signed Messages.
"security": [
  {
    "apiKeyAuth": []
  }
]