Skip to main content

API Introduction

Overview

This documentation covers the API for an internal system designed to manage assets, deposits, withdrawals, and balances. The API provides endpoints to authenticate users, retrieve asset information, handle deposits and withdrawals, and check account balances. It is intended for internal use and follows a RESTful design.

The base URL for all requests is https://api.steinsat.com/v1. All endpoints require proper authentication via a token, which can be obtained through the authentication endpoint. Responses are returned in JSON format, and the API enforces a rate limit per minute.

This documentation is divided into sections for each endpoint, detailing the purpose, required parameters, and expected responses. Refer to the "Rules" section for best practices and requirements when using this API.