Skip to main content
POST
/
tables
/
{table_handle}
/
raw_item
Get raw table item
curl --request POST \
  --url https://api.us1.shinami.com/aptos/node/v1/tables/{table_handle}/raw_item \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "key": 6.195948399647823e+76
}'
{
  "authentication_key": "0x0000000000000000000000000000000000000000000000000000000000000001",
  "coin_register_events": {
    "counter": "0",
    "guid": {
      "id": {
        "addr": "0x1",
        "creation_num": "0"
      }
    }
  },
  "self_address": "0x1",
  "sequence_number": "0"
}

Authorizations

Authorization
string
header
required

Path Parameters

table_handle
string<hex>
required
Example:

Query Parameters

ledger_version
string<uint64>
Example:

Body

application/json
key
string<hex>
required
Example:

Response