How to create a exchange
curl --request POST \
--url https://api.calypso.finance/api/v1/exchange/create \
--header 'accept: */*' \
--header 'content-type: application/json' \
--data '
{
"account": "string",
"timestamp": 0,
"payload": {
"sourceCurrency": "string",
"destinationCurrency": "string",
"amount": 0
}
}
'Last updated

