MAP Docs
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.json

Map

OperationRequest schemaResponse schema
asset_genesisschemas/market/v1/operations.asset_genesis.request.jsonschemas/market/v1/operations.asset_genesis.response.json
create_orderschemas/market/v1/operations.create_order.request.jsonschemas/market/v1/operations.create_order.response.json
modify_orderschemas/market/v1/operations.modify_order.request.jsonschemas/market/v1/operations.modify_order.response.json
cancel_orderschemas/market/v1/operations.cancel_order.request.jsonschemas/market/v1/operations.cancel_order.response.json
create_bountyschemas/market/v1/operations.create_bounty.request.jsonschemas/market/v1/operations.create_bounty.response.json
query_orderbookschemas/market/v1/operations.query_orderbook.request.jsonschemas/market/v1/operations.query_orderbook.response.json
execute_tradeschemas/market/v1/operations.execute_trade.request.jsonschemas/market/v1/operations.execute_trade.response.json
trade_historyschemas/market/v1/operations.trade_history.request.jsonschemas/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.json

See Schemas for generation, versioning, validation.

On this page