@algodex/algodex-sdk
Version:
API calls for interacting with the Algorand blockchain
45 lines (44 loc) • 957 B
JSON
{
"MakerOrder": {
"title": "Maker Order"
},
"TakerOrder": {
"title": "Taker Order"
},
"CloseOrder": {
"title": "Close Order"
},
"PlacingOrder": {
"title": "Placing Orders",
"children": {
"Orders": {
"title": "Orders",
"children": {
"Buy": {
"title": "Buy Orders"
},
"Sell": {
"title": "Sell Orders"
},
"Executions": {
"title": "Executions",
"children": {
"BothExecution": {
"title": "Execute Maker/Taker"
},
"ExecutableExecution": {
"title": "Existing Orders"
},
"MakerExecution": {
"title": "Execute Maker Order"
},
"TakerExecution": {
"title": "Execute Taker Orders"
}
}
}
}
}
}
}
}