---
title: "Import Private Key"
method: POST
path: "/api/v2/arbitrum/addresses/import"
tags: ["Arbitrum Addresses"]
---

# Import Private Key

`POST /api/v2/arbitrum/addresses/import`

Import a Private key to use the secure wallet functionality for transactions.

## Headers

- `X-Network` 'testnet' | 'mainnet'
- `Authorization` string, required
- `Content-Type` 'application/json' | 'application/x-www-form-urlencoded' | 'multipart/form-data', required

## Request body

- object
  - `address` string, required
  - `privatekey` string, required
  - `password` string, required

## Response `200`

- object
  - `status` integer
  - `ok` boolean
  - `message` string
  - `data` unknown[]
    - unknown

---

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