[Backend] AVE Cloud Integration - Data and Trading APIs #11

Closed
opened 2026-04-06 00:30:17 +02:00 by shoko · 0 comments
Owner

Overview

Integrate AVE Cloud APIs for data and trading functionality.

Dependencies

  • Requires Backend Setup (issue #2) to be completed first
  • Can be done in parallel with other backend issues

Tasks

  • Create AVE Cloud API client
  • Implement Data API integration:
    • Token search (GET /v2/tokens)
    • Batch prices (POST /v2/tokens/price)
    • Token details (GET /v2/tokens/{id})
    • Kline data (GET /v2/klines/token/{id})
    • Trending tokens (GET /v2/tokens/trending)
    • Token risk (GET /v2/contracts/{id})
  • Implement Trading API integration:
    • Chain wallet quote (POST /v1/chain/quote)
    • Chain wallet swap (POST /v1/chain/swap)
  • Add tier detection (free/normal/pro)
  • Add upsell messaging for Pro features
  • Handle rate limiting gracefully

AVE Cloud Endpoints

Data API: https://prod.ave-api.com
Trading API: https://bot-api.ave.ai

Tier Gating

Feature Free Normal Pro
Data REST Yes Yes Yes
WebSocket No No Yes
Chain Wallet Yes Yes Yes
Proxy Wallet No Yes Yes
## Overview Integrate AVE Cloud APIs for data and trading functionality. ## Dependencies - Requires **Backend Setup** (issue #2) to be completed first - Can be done in parallel with other backend issues ## Tasks - [ ] Create AVE Cloud API client - [ ] Implement Data API integration: - Token search (GET /v2/tokens) - Batch prices (POST /v2/tokens/price) - Token details (GET /v2/tokens/{id}) - Kline data (GET /v2/klines/token/{id}) - Trending tokens (GET /v2/tokens/trending) - Token risk (GET /v2/contracts/{id}) - [ ] Implement Trading API integration: - Chain wallet quote (POST /v1/chain/quote) - Chain wallet swap (POST /v1/chain/swap) - [ ] Add tier detection (free/normal/pro) - [ ] Add upsell messaging for Pro features - [ ] Handle rate limiting gracefully ## AVE Cloud Endpoints Data API: https://prod.ave-api.com Trading API: https://bot-api.ave.ai ## Tier Gating | Feature | Free | Normal | Pro | |---------|------|--------|-----| | Data REST | Yes | Yes | Yes | | WebSocket | No | No | Yes | | Chain Wallet | Yes | Yes | Yes | | Proxy Wallet | No | Yes | Yes |
shoko added this to the Phase 1 - Core MVP milestone 2026-04-06 00:30:17 +02:00
shoko added the backendenhancement labels 2026-04-06 00:30:17 +02:00
shoko closed this issue 2026-04-08 16:49:13 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: shoko/randebu#11