---
title: "POST /turnkey/uploadAddress"
method: POST
path: "/turnkey/uploadAddress"
---

# POST /turnkey/uploadAddress

`POST /turnkey/uploadAddress`

Uploads the dydx address to the turnkey table.

Backend won't have this information when we create account for user since you need signature
to derive dydx address. Just wait for fe to uplaod to kick off the policy setup.

## Request body

- object
  - `signature` string, required
  - `dydxAddress` string, required

## Response `200`

Ok

- object
  - `success` boolean, required

---

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