Circle · Schema

Circle Wallet

A Circle programmable wallet (developer- or user-controlled) created via the Web3 Services platform.

BlockchainComplianceCross-ChainCurrencyMoneyPaymentsStablecoinsTransfersUSDCWallets

Properties

Name Type Description
id string Circle-assigned unique identifier for the wallet.
address string Public on-chain address for the wallet.
blockchain string Blockchain network the wallet is provisioned on.
accountType string Externally Owned Account (EOA) or Smart Contract Account (SCA).
custodyType string Whether the developer or end user controls the keys.
state string
walletSetId string
name string
refId string Optional client-supplied reference identifier.
createDate string
updateDate string
View JSON Schema on GitHub

JSON Schema

circle-wallet-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/circle/main/json-schema/circle-wallet-schema.json",
  "title": "Circle Wallet",
  "description": "A Circle programmable wallet (developer- or user-controlled) created via the Web3 Services platform.",
  "type": "object",
  "required": ["id", "address", "blockchain", "accountType", "custodyType", "state"],
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "description": "Circle-assigned unique identifier for the wallet."
    },
    "address": {
      "type": "string",
      "description": "Public on-chain address for the wallet."
    },
    "blockchain": {
      "type": "string",
      "enum": ["ETH", "ETH-SEPOLIA", "MATIC", "MATIC-AMOY", "AVAX", "AVAX-FUJI", "ARB", "ARB-SEPOLIA", "BASE", "BASE-SEPOLIA", "SOL", "SOL-DEVNET", "NEAR", "NEAR-TESTNET"],
      "description": "Blockchain network the wallet is provisioned on."
    },
    "accountType": {
      "type": "string",
      "enum": ["EOA", "SCA"],
      "description": "Externally Owned Account (EOA) or Smart Contract Account (SCA)."
    },
    "custodyType": {
      "type": "string",
      "enum": ["DEVELOPER", "ENDUSER"],
      "description": "Whether the developer or end user controls the keys."
    },
    "state": {
      "type": "string",
      "enum": ["LIVE", "FROZEN"]
    },
    "walletSetId": {
      "type": "string",
      "format": "uuid"
    },
    "name": {
      "type": "string"
    },
    "refId": {
      "type": "string",
      "description": "Optional client-supplied reference identifier."
    },
    "createDate": {
      "type": "string",
      "format": "date-time"
    },
    "updateDate": {
      "type": "string",
      "format": "date-time"
    }
  },
  "additionalProperties": true
}

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/circle-wallet"
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.