Quote API
Get Exchange Rate
Endpoint
GET /v1/rates/{pair}Path Parameters
Parameter
Type
Description
Example Request
curl -X GET "https://api.ezys.io/v1/rates/USDC/KRW" \
-H "X-API-Key: ezys_live_sk_xxxxx"Response
{
"success": true,
"data": {
"base": "USDC",
"target": "KRW",
"rate": "1424.50",
"appliedRate": "1424.50",
"spreadBps": 50,
"timestamp": "2025-01-29T12:00:00Z",
"ttlMs": 30000
}
}Response Fields
Field
Type
Description
Error Response
List Supported Pairs
Endpoint
Example Request
Response
Pair Object Fields
Field
Type
Description
지원 통화쌍
Pair
Description
Last updated