portal.getClient
Gets all of the Portal client’s relevant details, such as their wallet addresses, their signing share pairs’ statuses, their backup share pairs’ statuses, and more.
portal.getAssets
Fetches a list of non-fungible tokens (NFTs). The response is an array of objects where each object represents a unique NFT.
portal.buildTransaction
Creates an unsigned eip155/solana transaction for transferring assets to another address on a specific chain. You can then use this unsigned eip155/solana transaction to sign and submit the eip155/solana transaction.
Looking for more functionality? Explore our other Client API endpoints here.