wallet/getAsset
Gets an asset from the wallet from a given identifier and account
Request
{
account?: string
confirmations?: number
id: string
}
Response
{
createdTransactionHash: string
creator: string
id: string
metadata: string
name: string
nonce: number
status: string
// Populated for assets the account owns
supply: string | null
verification: {
status: 'verified' | 'unverified' | 'unknown';
};
}