Aptos · Schema

RawTableItemRequest

Table Item request for the GetTableItemRaw API

BlockchainWeb3MoveLayer 1CryptocurrencyNFTSmart ContractsDeFiTransactionsAccountsGraphQLgRPC

Properties

Name Type Description
key object
View JSON Schema on GitHub

JSON Schema

RawTableItemRequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/aptos/json-schema/RawTableItemRequest.json",
  "title": "RawTableItemRequest",
  "type": "object",
  "description": "Table Item request for the GetTableItemRaw API",
  "required": [
    "key"
  ],
  "properties": {
    "key": {
      "$ref": "#/components/schemas/HexEncodedBytes"
    }
  }
}