Skip to main content

Introduction

The Opencord API streamlines interaction with Opencord and provides access to on-chain user information, including ENS names and NFT collections. With the Opencord API, developers can easily implement a wide range of use cases, including cryptocurrency transfers, NFT trading markets, and community treasury management, among others. This offers both DAOs and users more flexible, secure, and convenient services.

We encourage you to take advantage of the Opencord API's flexibility to build innovative applications and services that cater to the needs of DAOs and users. Let's build amazing things!

Conventions

To access the Opencord API, you must send HTTPS requests to the https://plugins-api.opencord.xyz/v1 endpoint with the oc-plugin-appid and oc-plugin-secret headers.

The Opencord API follows RESTful conventions, with most operations performed through GET and POST requests. Both request and response bodies are encoded in JSON.

Prerequisites

Before using the Opencord API, you must obtain an appId and appSecret. You can create a project and obtain these credentials by visiting the following link:

👉 Create a project