All URIs are relative to https://brainrexapi.appspot.com:5000/api
Method | HTTP request | Description |
---|---|---|
exchanges_download_candles | Post /download_candles | Downloads candle format market data |
exchanges_list | Get /markets | The markets data structure supported by the Brainrex Market API |
exchanges_marketmaker | Post /market_making | Market Making as a Service API. |
exchanges_read | Get /exchanges | The exchanges data structure supported by the Brainrex API |
exchanges_ticker_data_download | Post /download_ticker | Download raw ticker data from major crypto markets |
::models::InlineResponse201 exchanges_download_candles(request) Downloads candle format market data
Returns a list of candle data from specified market and data range
Name | Type | Description | Notes |
---|---|---|---|
request | Request2 | Person to create |
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Vec exchanges_list() The markets data structure supported by the Brainrex Market API
Read the list of supported markets ( currency pairs ) in each exchange
This endpoint does not need any parameter.
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
::models::InlineResponse2011 exchanges_marketmaker(request) Market Making as a Service API.
Our AI will trade at the risk level you want, you need to provide your credential to the exchange you are trading at.
Name | Type | Description | Notes |
---|---|---|---|
request | Request3 | Name of exchange and currency pair you want to provide liquidity |
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Vec exchanges_read() The exchanges data structure supported by the Brainrex API
Read the list of supported exchanges in the Market Data API
This endpoint does not need any parameter.
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
::models::InlineResponse201 exchanges_ticker_data_download(request) Download raw ticker data from major crypto markets
Downloads specified asset class and market and time frame. Of our raw ticker data format
Name | Type | Description | Notes |
---|---|---|---|
request | Request1 | Person to create |
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]