v1
latestOpenAPI 3.1.02026-07-24223580832.9 KBPolkadot
Post Bond Extra
Creates an unsigned transaction that will create an extra bond request for additional funds to be staked.
post/v1/polkadot/{network}/bond-extra
Request body
Example request
{
"customer_address": "5xot9PVkphiX2adznghwrAuxGs2zeWisNSxMW6hU6Hkj",
"amount": "100"
}Response
Created
Example response
{
"polkadot": {
"unsigned_transaction": "0xa4041601008c16e19e94328985d65cb7e3245213892730dd0e841f6511478cb12f23a178330100000000",
"customer_address": "5xot9PVkphiX2adznghwrAuxGs2zeWisNSxMW6hU6Hkj",
"amount": "100"
}
}