chain-desktop-wallet icon indicating copy to clipboard operation
chain-desktop-wallet copied to clipboard

Problem: Update Ethereum Indexing service endpoint

Open crypto-matto opened this issue 9 months ago • 0 comments

Background

Migrate v1 endpoints to v2 correspondingly:

  • https://eth-indexing.crypto.org/ethereum/mainnet/api/v1/address/{addr}/balance
    • ETH Native Balance: /v2/addresses/{addr}/native_balance
    • ERC20 Token Balances: /v2/addresses/{addr}/token_balance
  • https://eth-indexing.crypto.org/ethereum/mainnet/api/v1/address/{addr}/normal?page=0&pageSize=100&sort=timestamp%3Adesc
    • ETH Transaction List: /v2/addresses/{addr}/transactions
    • ERC20 Transaction List /v2/addresses/{addr}/transfers

Reference Docs

  • https://cql.crypto.com/ethereum/mainnet/api/docs/?apikey={apikey}#get-/v2/addresses/-addr-/transactions

crypto-matto avatar May 21 '24 07:05 crypto-matto