How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Aptos Tables API

Access to tables

Aptos Tables API is one of 10 APIs that Aptos publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Tables. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and authentication docs.

This API exposes 2 operations across 2 paths, and defines 15 schemas. It is described by OpenAPI 3.2.0, at version 1.2.0.

Requests are made against a single base URL, /v1.

2 operations 2 paths 15 schemas 2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.2.0
Base URL
https://api.mainnet.aptoslabs.com/v1
Contact
License
Resource Areas
1

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 2 POST. Each is listed below with its method, path, parameters, and response codes.

Tables 2

Access to tables

POST
/tables/{table_handle}/item
Get table item
get_table_item 2 params body → 200400403404410500503
POST
/tables/{table_handle}/raw_item
Get raw table item
get_raw_table_item 2 params body → 200400403404410500503

Schemas 15

The contract defines 15 schemas that model the data the API accepts and returns. The most detailed are AptosError (3 properties), TableItemRequest (3 properties), RawTableItemRequest (1 property). Each schema is shown below with its type and property counts.

I128
string
A string containing a 128-bit signed integer. We represent i128 values as a string to ensure compatibility with languages such as JavaScript that do not parse…
TableItemRequest
object
Table Item request for the GetTableItem API
3 properties 3 required
MoveType
string
String representation of an on-chain Move type tag that is exposed in transaction payload. Values: - bool - u8 - u16 - u32 - u64 - u128 - u256 - i8 - i16 - i32…
HexEncodedBytes
string
All bytes (Vec ) data is represented as hex-encoded string prefixed with 0x and fulfilled with two hex digits per byte. Unlike the Address type, HexEncodedByte…
Address
string
A hex encoded 32 byte Aptos account address. This is represented in a string as a 64 character hex string, sometimes shortened by stripping leading 0s, and add…
AptosErrorCode
string
These codes provide more granular error information beyond just the HTTP status code of the response.
MoveStructValue
object
This is a JSON representation of some data within an account resource. More specifically, it is a map of strings to arbitrary JSON values / objects, where the…
RawTableItemRequest
object
Table Item request for the GetTableItemRaw API
1 property 1 required
I64
string
A string containing a 64-bit signed integer. We represent i64 values as a string to ensure compatibility with languages such as JavaScript that do not parse i6…
I256
string
A string containing a 256-bit signed integer. We represent i256 values as a string to ensure compatibility with languages such as JavaScript that do not parse…
U64
string
A string containing a 64-bit unsigned integer. We represent u64 values as a string to ensure compatibility with languages such as JavaScript that do not parse…
U128
string
A string containing a 128-bit unsigned integer. We represent u128 values as a string to ensure compatibility with languages such as JavaScript that do not pars…
U256
string
A string containing a 256-bit unsigned integer. We represent u256 values as a string to ensure compatibility with languages such as JavaScript that do not pars…
MoveValue
object
An enum of the possible Move value types
AptosError
object
This is the generic struct we use for all API errors, it contains a string message and an Aptos API specific error code.
3 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

aptos-tables-api-openapi.yml Raw ↑

Other APIs Aptos publishes across the network.

Aptos Indexer GraphQL API
Aptos Transaction Stream API
Aptos Faucet API
Aptos Accounts API
Aptos Blocks API
Aptos Events API
Aptos General API
Aptos Transactions API
Aptos View API
Where this information came from

This is an independent, third-party profile of Aptos Tables API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.