Request parameters.
Fetches general exchange information, such as supported symbols, rate limits, and server time.
Weight: 0
Fetches Kline/candlestick bars for a symbol, which include open/high/low/close prices and volume over intervals. Useful for charting and analysis.
Weight: 0
Request parameters.
Generic function to send a request.
The API endpoint to call.
HTTP method to use (GET, POST, DELETE, etc.).
Query parameters for the request.
Body parameters for the request.
A promise resolving to the response data object.
Generic function to send a signed request.
The API endpoint to call.
HTTP method to use (GET, POST, DELETE, etc.).
Query parameters for the request.
Body parameters for the request.
A promise resolving to the response data object.
Gets the 24-hour rolling window price change statistics for a symbol, including volume and price changes.
Weight: 0
Request parameters.
Retrieves a list of all available ALPHA tokens, including their IDs and symbols. Use this to find the token ID for constructing symbols in other endpoints.
Weight: 0
Retrieves compressed, aggregated historical trades for a specific symbol. Useful for recent trade history.
Weight: 0