POST
/
tables
/
{table_handle}
/
raw_item
curl --request POST \
  --url https://aptos-mainnet.s.chainbase.online/{api-key}/v1/tables/{table_handle}/raw_item \
  --header 'Content-Type: application/json' \
  --data '{
  "key": "0xc739507214d0e1bf9795485299d709e00024e92f7c0d055a4c2c39717882bdfd"
}'
{
  "authentication_key": "0x0000000000000000000000000000000000000000000000000000000000000001",
  "coin_register_events": {
    "counter": "0",
    "guid": {
      "id": {
        "addr": "0x1",
        "creation_num": "0"
      }
    }
  },
  "self_address": "0x1",
  "sequence_number": "0"
}

Path Parameters

table_handle
string
required

Table handle hex encoded 32-byte string

Example:

"0xc739507214d0e1bf9795485299d709e00024e92f7c0d055a4c2c39717882bdfd"

Query Parameters

ledger_version
string

Ledger version to get state of account

If not provided, it will be the latest version

Example:

"32425224034"

Body

application/json

Table Item request for the GetTableItemRaw API

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.

Example:

"0xc739507214d0e1bf9795485299d709e00024e92f7c0d055a4c2c39717882bdfd"

Response

200
application/json

An enum of the possible Move value types