Introduction

Get started interacting and building on top of the RunesDeX Platform with our REST API. For access please reach out to partners@runesdex.com.

General Info

Base URL: https://app.runesdex.com/v1

Authentication:

The RunesDEX API uses API keys to authenticate requests. The API key you’ve been provided must be included in the x-api-key HTTP header in all authenticated requests. To request an API key, please reach out to the RunesDEX team.

Responses:

  • 200 OK: The swap was successful. The response will include details of the transaction.

  • 400 Bad Request: The request was invalid (e.g., missing parameters, invalid values).

  • 500 Internal Server Error: An error occurred on the server while processing the request.

Last updated