How to get a purse
Get a deposit address
curl --request POST \
--url https://api.calypso.finance/api/v1/customer-purse/address/get \
--header 'accept: */*' \
--header 'content-type: application/json' \
--data '
{
"account": "string",
"timestamp": 0,
"payload": {
"customerId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"currency": "string"
}
}
'Last updated

