Coinbase · Schema

Account

A user account holding a specific currency

BlockchainCryptocurrencyCustodyExchangeOn-RampPaymentsTradingWalletsWeb3

Properties

Name Type Description
uuid string Unique identifier for the account
name string Name of the account
currency string Currency code for the account
available_balance object
default boolean Whether this is the default account
active boolean Whether the account is active
created_at string When the account was created
updated_at string When the account was last updated
type string Account type
ready boolean Whether the account is ready for trading
hold object
View JSON Schema on GitHub

JSON Schema

coinbase-account-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Account",
  "title": "Account",
  "type": "object",
  "description": "A user account holding a specific currency",
  "properties": {
    "uuid": {
      "type": "string",
      "format": "uuid",
      "description": "Unique identifier for the account"
    },
    "name": {
      "type": "string",
      "description": "Name of the account"
    },
    "currency": {
      "type": "string",
      "description": "Currency code for the account"
    },
    "available_balance": {
      "$ref": "#/components/schemas/Balance"
    },
    "default": {
      "type": "boolean",
      "description": "Whether this is the default account"
    },
    "active": {
      "type": "boolean",
      "description": "Whether the account is active"
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "description": "When the account was created"
    },
    "updated_at": {
      "type": "string",
      "format": "date-time",
      "description": "When the account was last updated"
    },
    "type": {
      "type": "string",
      "description": "Account type",
      "enum": [
        "ACCOUNT_TYPE_CRYPTO",
        "ACCOUNT_TYPE_FIAT"
      ]
    },
    "ready": {
      "type": "boolean",
      "description": "Whether the account is ready for trading"
    },
    "hold": {
      "$ref": "#/components/schemas/Balance"
    }
  }
}

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/coinbase-account"
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 email required.

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