Logo
Sequoir API Documentation

New Quote (Swap)

POST https://staging.sequoir.com/api/v1/quotes/

Create a new order.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Authorization
string




RESPONSES

status





Curl
curl -X POST 'https://staging.sequoir.com/api/v1/quotes/' -H 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjoyfQ.WYYULW4gtT9X9_9biUf0EQWrB0JV4coVPckUAfmHZvg' -F '{"name"=>"quote_type", "value"=>"swap", "datatype"=>"string"}=' -F '{"name"=>"send_quantity", "value"=>"1", "datatype"=>"number"}=' -F '{"name"=>"send_asset_code", "value"=>"btc", "datatype"=>"string"}=' -F '{"name"=>"receive_asset_code", "value"=>"vtc", "datatype"=>"string"}='

ENDPOINTS