common-close-0
BYDFi
Trade wherever you are!

What are the available endpoints for accessing Coinex API data?

avatariem7Dec 24, 2021 · 3 years ago1 answers

Can you provide a list of the available endpoints for accessing Coinex API data? I'm looking to integrate Coinex API into my application and need to know the specific endpoints I can use to retrieve data.

What are the available endpoints for accessing Coinex API data?

1 answers

  • avatarDec 24, 2021 · 3 years ago
    Hey there! If you're looking to access Coinex API data, you'll be happy to know that there are several endpoints available for you to use. Here are a few examples: 1. /v1/market/ticker: This endpoint provides you with ticker information for all trading pairs on Coinex. 2. /v1/market/depth: Use this endpoint to get the market depth information for a specific trading pair. 3. /v1/market/deals: This endpoint gives you recent deals information for a specific trading pair. 4. /v1/market/kline: Retrieve K-line data for a specific trading pair using this endpoint. 5. /v1/market/info: Get detailed trading pair information using this endpoint. These endpoints should cover most of your data retrieval needs. Just make sure to include the necessary parameters in your API requests to get the data you want.