Aptos · Schema

AptosError

This is the generic struct we use for all API errors, it contains a string message and an Aptos API specific error code.

BlockchainWeb3MoveLayer 1CryptocurrencyNFTSmart ContractsDeFiTransactionAccountGraphQLgRPC

Properties

Name Type Description
message string A message describing the error
error_code object
vm_error_code integer A code providing VM error details when submitting transactions to the VM
View JSON Schema on GitHub

JSON Schema

AptosError.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/aptos/json-schema/AptosError.json",
  "title": "AptosError",
  "type": "object",
  "description": "This is the generic struct we use for all API errors, it contains a string\nmessage and an Aptos API specific error code.",
  "required": [
    "message",
    "error_code"
  ],
  "properties": {
    "message": {
      "type": "string",
      "description": "A message describing the error"
    },
    "error_code": {
      "$ref": "#/components/schemas/AptosErrorCode"
    },
    "vm_error_code": {
      "type": "integer",
      "format": "uint64",
      "description": "A code providing VM error details when submitting transactions to the VM"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/AptosError"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.