Intent API
Create Intent
Endpoint
POST /v1/intentsRequest
{
"pair": {
"source": "USDC",
"target": "KRW"
},
"side": "sell",
"amount": "1000",
"strategy": "instant",
"constraints": {
"maxSlippageBps": 50,
"maxFeeBps": 30,
"settlementPref": "auto",
"ttlMs": 30000
},
"clientRef": "REMIT-20240123-001"
}Request Fields
필수
Field
Type
Description
Constraints (선택)
Field
Type
Default
Description
기타 (선택)
Field
Type
Description
Strategy
Strategy
설명
Example Request
Response
Get Intent
Endpoint
Path Parameters
Parameter
Type
Description
Example Request
Response (settled)
Intent Status
Status
Description
List Intents
Endpoint
Query Parameters
Parameter
Type
Default
Description
Example Request
Response
Cancel Intent
Endpoint
Path Parameters
Parameter
Type
Description
Example Request
Response
Error Responses
Invalid Pair
Invalid Strategy
Constraints Not Met
Insufficient Liquidity
Intent Not Found
Intent Already Executing
Intent Expired
Last updated