v1
latestOpenAPI 3.0.32026-07-2485236250.4 KBCards/Topup
Create topup estimation
Creates a new card topup estimation
post/api/v1/cards/topup/estimate
Request body
Example request
{
"destination_amount": "100000000",
"destination_token_address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"external_card_id": "00000000-0000-0000-0000-000000000001"
}Response
OK
Example response
{
"destination_amount": 100,
"destination_amount_precise": "100000000",
"destination_token_address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"destination_token_symbol": "USDC",
"estimation_id": "00000000-0000-0000-0000-000000000001",
"expires_at": 1617223200,
"fee_amount": 0.5,
"fee_amount_precise": "500000",
"fee_currency": "EUR",
"provider": "checkout",
"rate": 1,
"source_amount": 100,
"source_amount_precise": "100000000",
"source_currency": "EUR"
}