MARKET
Schemas
Request and response JSON schemas for MARKET.
The OCIP contracts for MARKET live in /Volumes/L1feAI/l1feosx/map/schemas/market/v1/. Each operation has a request schema and a response schema, generated from the Rust types via schemars.
Index
schemas/market/v1/
├── index.json
├── operations.asset_genesis.request.json
├── operations.asset_genesis.response.json
├── operations.create_order.request.json
├── operations.create_order.response.json
├── operations.modify_order.request.json
├── operations.modify_order.response.json
├── operations.cancel_order.request.json
├── operations.cancel_order.response.json
├── operations.create_bounty.request.json
├── operations.create_bounty.response.json
├── operations.query_orderbook.request.json
├── operations.query_orderbook.response.json
├── operations.execute_trade.request.json
├── operations.execute_trade.response.json
├── operations.trade_history.request.json
├── operations.trade_history.response.jsonMap
| Operation | Request schema | Response schema |
|---|---|---|
asset_genesis | schemas/market/v1/operations.asset_genesis.request.json | schemas/market/v1/operations.asset_genesis.response.json |
create_order | schemas/market/v1/operations.create_order.request.json | schemas/market/v1/operations.create_order.response.json |
modify_order | schemas/market/v1/operations.modify_order.request.json | schemas/market/v1/operations.modify_order.response.json |
cancel_order | schemas/market/v1/operations.cancel_order.request.json | schemas/market/v1/operations.cancel_order.response.json |
create_bounty | schemas/market/v1/operations.create_bounty.request.json | schemas/market/v1/operations.create_bounty.response.json |
query_orderbook | schemas/market/v1/operations.query_orderbook.request.json | schemas/market/v1/operations.query_orderbook.response.json |
execute_trade | schemas/market/v1/operations.execute_trade.request.json | schemas/market/v1/operations.execute_trade.response.json |
trade_history | schemas/market/v1/operations.trade_history.request.json | schemas/market/v1/operations.trade_history.response.json |
Published
https://schemas.multiagentic.dev/market/v1/operations.<op>.request.json
https://schemas.multiagentic.dev/market/v1/operations.<op>.response.jsonSee Schemas for generation, versioning, validation.