Orders
POST
/orders
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.nusabyte.com/api/v1/orders' \
--header 'Content-Type: application/json' \
--data-raw '{
"blockchainKey": "string",
"baseTokenId": "string",
"quoteTokenId": "string",
"orderType": "buy",
"amount": "string",
"price": "string",
"slippage": "string",
"deadline": 0
}'
Response Response Example
{}
Request
Body Params application/json
Responses
Modified at 2025-04-25 07:53:22