v1
latestOpenAPI 3.0.32026-07-2485236250.4 KBObsolete
Create withdrawal estimation
Creates a new withdrawal estimation for the card. </br>This method is deprecated and will be removed in the future.
post/api/v1/cards/{cardId}/withdraw/estimate
Path parameters
cardIdstring required
Id of the card on which the action should be performed
Request body
Example request
{
"amount": 99.99,
"correlation_id": "00000000-0000-0000-0000-000000000001",
"currency": "USDC",
"destinationAddress": "0xA7E41d5680dE394EaA2ed417169DFf56840Fb3EE"
}Response
OK
Example response
{
"amount": 100.06,
"currency": "USDC",
"estimation_id": "00000000-0000-0000-0000-000000000001",
"expires_at": 1617223200
}