v1
latestOpenAPI 3.0.32026-07-2485236250.4 KBCards/Transfer
Create transfer estimation
Creates a new card transfer estimation
post/api/v1/cards/transfer/estimate
Request body
Response
OK
Example response
{
"amount": 100.06,
"currency": "USD",
"estimated_amounts": [
{
"amount": 109.41123037,
"fee_amount": 0.5,
"fee_precise_amount": "500000000000000000",
"precise_amount": "109411230370000000000",
"rate": 1.09345623,
"token_address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"token_symbol": "USDC"
}
],
"estimation_id": "00000000-0000-0000-0000-000000000001",
"expires_at": 1617223200
}