/v1/tables/{table_handle}/item
POST
https://aptos-mainnet.g.alchemy.com/v2/docs-demo/v1/tables/{table_handle}/item
Retrieves a specific item from the table identified by {table_handle} using the provided key. This is a POST endpoint because the key can be complex and not suitable for query parameters.
Path Parameters
table_handlestringformat: "hex"requiredHex-encoded 32-byte string representing the table handle.
Query Parameters
ledger_versionstringoptionalLedger version to get the state of the account. If not specified, the latest version is used.
Request Body
Responses
200
The retrieved table item.
Was this page helpful?