⚠️Blast API (blastapi.io) ends Oct 31. Migrate to Dwellir and skip Alchemy's expensive compute units.
Switch Today →
Skip to main content

tables_raw_item

Endpoint

POST /v1/tables/{table_handle}/raw_item

Request Body

{
"key": { "addr": "0x1" },
"key_type": "vector<u8>",
"value_type": "vector<u8>"
}

Example

curl -s -X POST "https://api-aptos-mainnet.n.dwellir.com/YOUR_API_KEY/v1/tables/0xabc/raw_item" \
-H "Content-Type: application/json" \
-d '{"key_type":"vector<u8>","value_type":"vector<u8>","key":"0x00"}'