Refund a failed deposit
Processing
Refund a failed deposit
Transfer the funds from a failed deposit back to a user-provided address on the same chain.
POST
Refund a failed deposit
Headers
API key for authentication
Example:
"your-api-key"
Body
application/json
CAIP-2 chain identifier of the deposit (e.g. "eip155:8453")
Pattern:
^[a-z0-9]+:[a-zA-Z0-9]+$Example:
"eip155:8453"
Source transaction hash of the stuck deposit
Minimum string length:
1Example:
"0xabc123..."
Managed account address that received the deposit (EVM address or Solana public key)
Minimum string length:
1Example:
"0xde0fdf9c06b404cc5e20543cb84cac9067102f19"
Source token address. Use the zero address (0x000…000) for native transfers.
Minimum string length:
1Example:
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"
Address to receive the refunded tokens (EVM address or Solana public key)
Minimum string length:
1Example:
"0x742d35Cc6634C0532925a3b844Bc9e7595f5bE91"