API Documentation

⌘K
GET/api/1/ice-swap/{code}

ICE-SWAP data api

Returns the ICE-SWAP data for the given code.

Parameters

1
codestringrequired
path

Code for the ICE-SWAP data

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/ice-swap/EUR' \
  -H 'Accept: application/json'
200 Response
[
  {
  "year": 1,
  "quote": 2.5
}
]