Package | Description |
---|---|
com.metaco.api | |
com.metaco.api.contracts |
Modifier and Type | Method and Description |
---|---|
Order |
MetacoClientImpl.createOrder(NewOrder createOrder) |
Order |
MetacoClient.createOrder(NewOrder createOrder)
Requires Authentication
Create an order using the provided parameters
This order will be processed in our system
It will require your signature later when the trade state will be Signing
|
Order |
MetacoClientImpl.getOrder(String id) |
Order |
MetacoClient.getOrder(String id)
Requires Authentication
Returns the specified user's order
|
Order |
MetacoClientImpl.submitSignedOrder(String id,
RawTransaction rawTransaction) |
Order |
MetacoClient.submitSignedOrder(String id,
RawTransaction rawTransaction)
Requires Authentication
Submit a signed order
You have to sign each of your inputs of the selected order (you will get those details by fetching the orders)
Then encode the transaction in hexadecimal and send it here
|
Modifier and Type | Method and Description |
---|---|
Order |
Transaction.getOrder() |
Order[] |
OrderResultPage.getOrders() |
Modifier and Type | Method and Description |
---|---|
void |
Transaction.setOrder(Order order) |
void |
OrderResultPage.setOrders(Order[] orders) |
Copyright © 2016 Metaco. All rights reserved.