Instant Trading API Template
In scope
Area
Routes
Model
1. Instant trading is asynchronous
2. Open and close use different identifiers
3. quote_id is the canonical cross-system identifier
quote_id is the canonical cross-system identifier4. Public shape must be shared, internals may differ
Required endpoints
GET /instant_trade/eip712-config
GET /instant_trade/eip712-configPOST /instant_trade/instant_open
POST /instant_trade/instant_openPOST /instant_trade/instant_close
POST /instant_trade/instant_closeGET /instant_open/:account_address
GET /instant_open/:account_addressGET /instant_close/:account_address
GET /instant_close/:account_addressGET /temp_quote_status/:temp_quote_id
GET /temp_quote_status/:temp_quote_idGET /instant_quote_id/:temp_quote_id
GET /instant_quote_id/:temp_quote_idGET /error_codes
GET /error_codesConventions
Temp quote id
Account path parameter
State meaning
Last updated

