state
table
Get table item by handle and key.
Gets a table item for a table identified by the handle and the key for the item. Key and value types need to be passed in to help with key serialization and value deserialization.
post/tables/{table_handle}/item
Path parameters
table_handlestring uint128 required
the table handle
Request body
Example request
{
"key_type": "0x1::coin::CoinStore<0x1::aptos_coin::AptosCoin>",
"value_type": "0x1::coin::CoinStore<0x1::aptos_coin::AptosCoin>",
"key": "3344000000"
}Response
Returns the table item value rendered in JSON.
object required