Get deposit address by asset

import { NorthstakeApi } from '@northstake/northstakeapi';
const api = new NorthstakeApi('apiKey', 'privateKey')

const  {body: result}  = await api.depositAddresses.getDepositAddressByAsset('ETH')
Language
Click Try It! to start a request and see the response here!