---
title: "Get deposit address record"
method: GET
path: "/api/v1/depositAddresses/evmAddress/{evmAddress}"
tags: ["Deposit Addresses"]
---

# Get deposit address record

`GET /api/v1/depositAddresses/evmAddress/{evmAddress}`

## Path parameters

- `evmAddress` string, required — EIP-55 / lowercase hex 20-byte address

## Response `200`

Deposit address record

- DepositAddressResponse
  - `data` DepositAddress
    - `addressID` string, uuid — Internal record ID
    - `depositAddressType` 'SOLANA' — Deposit address product type
    - `chainId` integer
    - `evmDepositAddress` string — EIP-55 / lowercase hex 20-byte address
    - `solanaAddress` string — Hex-encoded 32-byte Solana public key (the base58 address you submitted, decoded)
    - `depositor` string — EIP-55 / lowercase hex 20-byte address
    - `factoryAddress` string — EIP-55 / lowercase hex 20-byte address
    - `isDeployed` boolean
    - `lastCheckedBalance` string — Raw token units
    - `lastBalanceCheckAt` string, date-time — Unix epoch until the first balance check runs
    - `lastBlockNumber` string — Last block scanned by balance monitoring
    - `deploymentTxHash` string, nullable
    - `deploymentBlockNumber` string, nullable
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Other responses

- `400` — Deposit address not found (errorDesc: NoSuchDepositAddress)

---

[API](https://skmtc.net/eco/apis/eco-routes-api.md) · [All operations](https://skmtc.net/eco/apis/eco-routes-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eco/eco-routes-api/revisions/93b1df7599da/schema)
