Skip to main content
Version: v2

BpsFee

sourceTokenAddressstringrequired

Address of the source token that the BPS fee was deducted from. Format depends on source chain family.

Example: 0x80ac24aa929eaf5013f6436cda2a7ba190f5cc0b
sourcePoolAddressstringrequired

Address of the token pool contract that charged this BPS fee on the source chain.

Example: 0x20b79d39bd44deee4f89b1e9d0e3b945fde06491
amountstringrequired

BPS fee amount deducted from the transfer, in the source token's smallest unit.

Example: 5000
bpsintegerrequired

Basis points rate applied by the token pool (e.g., 50 = 0.50%).

Example: 50
JSON
BpsFee
{
"sourceTokenAddress": "0x80ac24aa929eaf5013f6436cda2a7ba190f5cc0b",
"sourcePoolAddress": "0x20b79d39bd44deee4f89b1e9d0e3b945fde06491",
"amount": "5000",
"bps": 50
}