2025-07-31
Aggregated Assets
v1.2.1

Improvements

2025-07-17
SolanaAggregated Assets
v1.2.0

Solana Support (Beta)

New Features

Multi-Blockchain Support

  • Added Solana blockchain support alongside existing EVM chains
  • Cross-chain operations between Solana and EVM networks (e.g., SOL → USDC on Arbitrum)
  • CAIP standards compliance using CAIP-2 chain identifiers and CAIP-10 account identifiers

New v3 API Endpoints

  • POST /v3/quote - Generate quotes with multi-account support (EVM + Solana)
  • POST /v3/quote/execute - Execute quotes across multiple blockchain types
  • GET /v3/status/get-execution-status - Get execution status with cross-chain transaction details
  • GET /v3/status/get-tx-history - Retrieve transaction history supporting both EVM and Solana addresses
  • GET /v3/balances/aggregated-balance - Get aggregated balances across multiple accounts and chains

Enhanced Capabilities

  • Multi-account architecture - Single API calls can handle both EVM and Solana accounts
  • Cross-chain asset aggregation - Unified view of assets like USDC across EVM and Solana
  • Solana transaction support - Native SOL and SPL token operations with proper Base58 signatures
  • Enhanced examples - Comprehensive documentation with EVM-only, Solana-only, and cross-chain scenarios

Technical Improvements

  • CAIP-2 chain identifiers (e.g., eip155:1, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp)
  • CAIP-10 account identifiers for recipient addressing
  • Updated OpenAPI schemas with new v3 models supporting multi-blockchain operations
  • Backward compatibility - All existing v1/v2 endpoints remain unchanged

Supported Operations

  • Solana native swaps - SOL ↔ USDC on Solana mainnet
  • Cross-chain swaps - SOL → USDC on EVM chains (Arbitrum, etc.)
  • Multi-chain balance queries - Single request for balances across EVM and Solana accounts
  • Transaction tracking - Unified history view for cross-chain operations
2025-06-20
Execution Status
v1.1.0

Improvements