Retrieves the applicable fees for a USDC transfer between the specified source and destination domains. The fee is returned in basis points (1 = 0.01%).
Source domain identifier for a blockchain on CCTP.
x >= 03
Destination domain identifier for a blockchain on CCTP.
x >= 03
Successfully retrieved the USDC transfer fees.
[
{
"finalityThreshold": 1000,
"minimumFee": 1
},
{
"finalityThreshold": 2000,
"minimumFee": 0
}
]