POST
/
api
/
service
/
fx
/
retrieve
Retrieve FX details
curl --request POST \
  --url https://api.sand.getivy.de/api/service/fx/retrieve \
  --header 'Content-Type: application/json' \
  --header 'X-Ivy-Api-Key: <api-key>' \
  --data '{
  "fxId": "<string>"
}'
{
  "id": "<string>",
  "rate": "<string>",
  "targetAmount": "<string>",
  "sourceAmount": "<string>",
  "sourceCurrency": "EUR",
  "targetCurrency": "USDC",
  "metadata": {},
  "status": "success"
}

Authorizations

X-Ivy-Api-Key
string
header
required

API key for authentication

Body

application/json

Response

200 - application/json

FX details retrieved successfully

The response is of type object.