Skip to main content
POST
/
v1
/
orders
Submit orders to exchange
curl --request POST \
  --url https://api.lootexplus.com/v1/orders \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "signature": "0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
}
'

Authorizations

x-api-key
string
header
required

Body

application/json
signature
string
required

Signature for the orders

Example:

"0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Response

200

Orders submitted successfully