Skip to main content

Documentation Index

Fetch the complete documentation index at: https://eco.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

REST surface for Solana deposit addresses. One static EVM address per (depositor, solanaAddress) pair on Base; USDC sent to it auto-routes to the Solana wallet.

Base URL

https://deposit-addresses.eco.com All responses are wrapped as { "data": ... } unless otherwise noted.

Authentication

No authentication required.

Validation rules

  • solanaAddress: base58, 32–44 chars, matching ^[1-9A-HJ-NP-Za-km-z]{32,44}$
  • EVM addresses: must pass isEthereumAddress (EIP-55 / lowercase hex)
  • chainId: integer ≥ 1

Endpoints

Use the sidebar to navigate to each endpoint: Deposit Addresses — generate a Solana deposit address, look up its record, query with filters.