Add a new linked/external wallet

import NorthstakeApi, { AddLinkedWalletRequest } from '@northstake/northstakeapi' const api = new NorthstakeApi('apiKey', 'privateKey') const newLinkedWallet : AddLinkedWalletRequest = { walletName: 'test', asset: 'ETH', walletAddress: '0x1234567890123456789012345678901234567890', } const {body: result} = await api.linkedWallets.addLinkedWallet(newLinkedWallet)
Body Params
string
required
string
required

Supported assets.

string
required
Responses
200

External wallet added successfully

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json