CEX Rates Api - Cryptoscan
Last updated
Last updated
A microservice that provides real-time order book depth and exchange rate information from multiple cryptocurrency exchanges.
Contacts:
What you get:
Free setup into your hosting
Free help to integrate app to your server
Full access to the codebase and code updates
Free updates for app, you can request for free updates via access to issues
Full access to Project Time tracking by developers
100+ Exchanges integration
Real-time order book depth data
Exchange rate calculations
Support for multiple exchanges (configurable)
Built-in request caching
Proxy support for reliable API access
Node.js (LTS version)
npm
Environment variables configuration
Clone the repository:
Install dependencies:
Create a .env
file with the following variables:
Start the server:
The server will run on port 3000 by default.
Parameters:
exchange
: Exchange name (e.g., binance, kucoin)
from
: Base currency (e.g., BTC)
to
: Quote currency (e.g., USDT)
Response example:
Parameters:
exchange
: Exchange name
from
: Source currency
to
: Target currency
amount
: Amount to convert
depth
: Include order book depth (0 or 1)
Response example:
ISC
The project uses semantic-release for versioning and automated releases. Commit messages should follow the specification.