API Documentation
⌘K
API Key
Get free key GET
/api/1/ice-swap/{code}ICE-SWAP data api
Returns the ICE-SWAP data for the given code.
Parameters
1codestringrequiredCode 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
}
]