Bithumb · Schema
Bithumb Spot Order
Schema for a Bithumb spot order object returned by order query endpoints.
CryptocurrencyExchangeTradingSouth KoreaKRWBitcoinMarket DataWebSocket
Properties
| Name | Type | Description |
|---|---|---|
| orderId | string | Unique order identifier |
| symbol | string | Trading pair symbol (e.g. BTC-USDT) |
| price | string | Order price (limit orders) |
| tradedNum | string | Quantity that has been filled |
| quantity | string | Total order quantity |
| avgPrice | string | Average fill price |
| status | string | Current order status |
| type | string | Order type |
| side | string | Order side |
| createTime | string | Order creation time (Unix ms as string) |
| tradeTotal | string | Total traded value |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/bithumb/main/json-schema/order.json",
"title": "Bithumb Spot Order",
"description": "Schema for a Bithumb spot order object returned by order query endpoints.",
"type": "object",
"properties": {
"orderId": {
"type": "string",
"description": "Unique order identifier"
},
"symbol": {
"type": "string",
"description": "Trading pair symbol (e.g. BTC-USDT)"
},
"price": {
"type": "string",
"description": "Order price (limit orders)"
},
"tradedNum": {
"type": "string",
"description": "Quantity that has been filled"
},
"quantity": {
"type": "string",
"description": "Total order quantity"
},
"avgPrice": {
"type": "string",
"description": "Average fill price"
},
"status": {
"type": "string",
"enum": ["send", "pending", "success", "cancel"],
"description": "Current order status"
},
"type": {
"type": "string",
"enum": ["market", "limit"],
"description": "Order type"
},
"side": {
"type": "string",
"enum": ["buy", "sell"],
"description": "Order side"
},
"createTime": {
"type": "string",
"description": "Order creation time (Unix ms as string)"
},
"tradeTotal": {
"type": "string",
"description": "Total traded value"
}
},
"required": ["orderId", "symbol", "status", "type", "side"]
}
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/order"
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.