---
title: "prefetch information for wallet address"
method: POST
path: "/sdk/{environmentId}/prefetch"
tags: ["SDK"]
---

# prefetch information for wallet address

`POST /sdk/{environmentId}/prefetch`

Endpoint to send minimal wallet information to the API to prefetch name service information for an address.

## Path parameters

- `environmentId` string, required

## Request body

- PrefetchRequest
  - `chain` 'ETH' | 'EVM' | 'FLOW' | 'SOL' | 'ALGO' | 'STARK' | 'COSMOS' | 'BTC' | 'ECLIPSE' | 'SUI' | 'SPARK' | 'TRON' | 'APTOS' | 'TON' | 'STELLAR', required
  - `publicWalletAddress` string, required — Valid blockchain wallet address, must be an alphanumeric string without any special characters

## Response `202`

Accepted

## Other responses

- `400` — Bad Request
- `404` — Environment not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/dynamic/apis/dashboard-api.md) · [All operations](https://skmtc.net/dynamic/apis/dashboard-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dynamic/dashboard-api/versions/aac826315d90/schema)
