Check for existing TBA:
const tbaExists = await axesConnect.tba.checkExistence(walletAddress);
Create a new TBA:
const newTBA = await axesConnect.tba.create(walletAddress);
Last updated 2 months ago