/v1/tables/{table_handle}/raw_item
Path Parameters
Table handle — a hex encoded 32-byte Aptos address (with or without 0x prefix).
Headers
Must be set to application/x-bcs to receive the response in raw BCS format.
Query Parameters
Request
Serialized BCS key for the item, as a hex-encoded string prefixed with 0x.
The hex string must have an even number of characters (after 0x). If the BCS-encoded key results in an odd-length hex string, it must be left-padded with 0 to ensure valid decoding.