v1

latestOpenAPI 3.1.02026-07-24223580832.9 KB
Polkadot

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

customer_addressstring base58

Polkadot account address in SS58 format.

amountstring

Denomination of the cryptocurrency Polkadot.

Example request

{
  "customer_address": "5xot9PVkphiX2adznghwrAuxGs2zeWisNSxMW6hU6Hkj",
  "amount": "100"
}

Response

Created

protocol'polkadot' required

Polkadot protocol

network'mainnet' | 'kusama' | 'westend' required

Coin network

Example response

{
  "polkadot": {
    "unsigned_transaction": "0xa4041601008c16e19e94328985d65cb7e3245213892730dd0e841f6511478cb12f23a178330100000000",
    "customer_address": "5xot9PVkphiX2adznghwrAuxGs2zeWisNSxMW6hU6Hkj",
    "amount": "100"
  }
}