View
Execute view function of a module
Execute the Move function with the given parameters and return its execution result.
The Aptos nodes prune account state history, via a configurable time window. If the requested ledger version has been pruned, the server responds with a 410.
post/view
Query parameters
ledger_versionstring uint64
A string containing a 64-bit unsigned integer.
We represent u64 values as a string to ensure compatibility with languages such as JavaScript that do not parse u64s in JSON natively.
Example:32425224034
Ledger version to get state of account
If not provided, it will be the latest version
Request body
Example request
{
"function": "0x1::aptos_coin::transfer"
}Response
Example response
[ "32425224034" ]
Changes
No recorded changes to this endpoint across all 1 revision of this API.