GET
/
open-api
/
v1
/
currencies
/
latest
curl --request GET \
  --url https://gw-staging.delivered.co.kr/global-checkout/open-api/v1/currencies/latest \
  --header 'Authorization: <api-key>'
{
  "updateAt": "2023-12-25",
  "quotes": {
    "krwusd": 1238.42
  }
}

Authorizations

Authorization
string
header
required

발급받은 시크릿 키

Headers

Authorization
string
required

Response

200 - */*
OK
updateAt
string
required
quotes
object
required