Import Single Wallet

This API is used to import a single solana/evm wallet (please keep only a small amount of funds)

FreePlusProEnterpriseCredit Usage
0

Response Data

{
  "err": false, // Error or not
  "res": {
    "id": "me884oti5xxru6", // Wallet id
    "address": "Afm5VvyzAqwqgc2Xugf6tEtoqxEYnS4JGJY6pdVKx5Vm", // Wallet type (solana/evm)
    "accountId": "lz2ijdur02r79x",
    "name": "1234",
    "type": "solana",
    "_id": "me884oti5dxru6"
  }
}

Request Parameters visualization reference


Body Params
string
required

Wallet type (solana/evm)

string
required

Wallet name

string
required

Wallet private key

integer

Total number of nonce accounts for this wallet (0-10, 0 means no creation), non-incremental. For example, if there are already 3 nonce accounts and you enter 5, only 2 additional accounts will be created

Response

Language
LoadingLoading…
Response
Choose an example:
application/json