POST

https://aptos-mainnet.s.chainbase.online/{api-key}/v1

/
tables
/
{table_handle}
/
raw_item

Path Parameters

table_handle
string
required

Table handle hex encoded 32-byte string

Query Parameters

ledger_version
string

Ledger version to get state of account

If not provided, it will be the latest version

Body

application/json
key
string
required

All bytes (Vec<u8>) data is represented as hex-encoded string prefixed with 0x and fulfilled with two hex digits per byte.

Unlike the Address type, HexEncodedBytes will not trim any zeros.

Response

200 - application/json

An enum of the possible Move value types