Coinbase · Schema
TransactionSummary
Summary of user transaction fees and volume
BlockchainCryptocurrencyCustodyExchangeOn-RampPaymentsTradingWalletsWeb3
Properties
| Name | Type | Description |
|---|---|---|
| total_volume | number | Total trading volume |
| total_fees | number | Total fees paid |
| fee_tier | object | Current fee tier information |
| advanced_trade_only_volume | number | Volume from Advanced Trade only |
| advanced_trade_only_fees | number | Fees from Advanced Trade only |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/TransactionSummary",
"title": "TransactionSummary",
"type": "object",
"description": "Summary of user transaction fees and volume",
"properties": {
"total_volume": {
"type": "number",
"description": "Total trading volume"
},
"total_fees": {
"type": "number",
"description": "Total fees paid"
},
"fee_tier": {
"type": "object",
"description": "Current fee tier information",
"properties": {
"pricing_tier": {
"type": "string",
"description": "Current pricing tier name"
},
"usd_from": {
"type": "string",
"description": "Lower bound of the tier volume range"
},
"usd_to": {
"type": "string",
"description": "Upper bound of the tier volume range"
},
"taker_fee_rate": {
"type": "string",
"description": "Taker fee rate for the current tier"
},
"maker_fee_rate": {
"type": "string",
"description": "Maker fee rate for the current tier"
}
}
},
"advanced_trade_only_volume": {
"type": "number",
"description": "Volume from Advanced Trade only"
},
"advanced_trade_only_fees": {
"type": "number",
"description": "Fees from Advanced Trade only"
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/coinbase-transactionsummary"
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.