---
title: "Address Suggestions"
method: GET
path: "/v3/config/address/autocomplete"
tags: ["Configuration"]
---

# Address Suggestions

`GET /v3/config/address/autocomplete`

Provides real-time, dynamic address suggestions and recommendations based on partial text input. 
The structured address suggestions returned by this endpoint should be used to populate the mandatory 
address payloads when registering users via the following creation APIs:

[Create Individual User API
](https://docs.transfi.com/reference/create-individual-user)
[Create Business User API](https://docs.transfi.com/reference/create-business-user)

## Query parameters

- `input` string, required

## Headers

- `MID` string

## Response `200`

OK

- object
  - `status` string
  - `data` object
    - `status` boolean
    - `data` object
      - `suggestions` object[]
        - `placeId` string
        - `description` string
        - `mainText` string
        - `secondaryText` string

## Other responses

- `400` — Bad Request
- `429` — Too Many Requests

---

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