Introduction

This API enables partners to submit asset information and metrics to our system.

This document will guide you through the process of authenticating with the API, understanding the available endpoints, formatting your requests, and submitting your data efficiently.

If you have any comments or questions, please email charlie@rwa.xyz or message us through Slack/TG.

Base URL

<aside> 🚨

These are not deployed yet. Exact URLs are subject to change

</aside>

All API endpoints are accessed via HTTPS and start with the following base URL:

https://ingestion-api.rwa.xyz/v1/

For testing, use this base URL:

https://ingestion-api-test.rwa.xyz/v1/

Authentication

All requests to the API must include an API key for authentication.

We will provide you a key to use. If it is lost or publicly exposed, contact us ASAP so that we can disable it and generate a new one.

The API key should be included in the Authorization header using the Bearer token scheme.

Example Header:

Authorization: Bearer YOUR_API_KEY_HERE

Ensure that your API key is kept secure and not shared publicly.

Instructions