WalletTransactionAssetTransfer
Maximum string length:
255Pattern:
^(?=\S)[\p{L}\p{N}a-zA-Z _.,:!?&%@\/+\-'|]+(?<=\S)$Example:
"An example name"
Maximum string length:
255Pattern:
^(?=\S)[\p{L}\p{N}a-zA-Z _.,:!?&%@\/+\-'|]+(?<=\S)$Example:
"An example name"
Amount of the asset transferred as reported by the upstream provider. The unit is not consistent across providers: native SOL transfers are in lamports (minor unit), while SPL token and EVM transfers are in major units. Prefer amountRaw for any value-sensitive logic.
Raw minor-unit integer string (lamports / wei / smallest unit). Divide by 10 ** metadata.decimals to get the major-unit value. Always present and consistent across providers and chains.
Example:
"3319278"
Maximum string length:
255Pattern:
^(?=\S)[\p{L}\p{N}a-zA-Z _.,:!?&%@\/+\-'|]+(?<=\S)$Example:
"An example name"
Last modified on January 21, 2026