WALLET: Estimate TX Fees

WALLET: Estimate Transaction Fees

post
Authorizations
Body
objectOptionalExample: {"destination_address":"0x16f90Da542bf70316bce8c4fe2825609A51326c1","source_currency":"ETH","source_amount":0.0025,"2fa_code":"237323","enc_master_password":"ec0c179f3d6d2b0b64f5b46d705ee7e7fda4d3b0dd8a4e7bee41f9e13a9796d1","seed_key":"R0g0VkQyalZpenNYS2JTa25QU1ZGc2Ns"}
Responses
200

Successful response

application/json
post
/wallet/estimate
POST /api/v1/wallet/estimate HTTP/1.1
Host: api.hybrid-chain.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 270

{
  "destination_address": "0x16f90Da542bf70316bce8c4fe2825609A51326c1",
  "source_currency": "ETH",
  "source_amount": 0.0025,
  "2fa_code": "237323",
  "enc_master_password": "ec0c179f3d6d2b0b64f5b46d705ee7e7fda4d3b0dd8a4e7bee41f9e13a9796d1",
  "seed_key": "R0g0VkQyalZpenNYS2JTa25QU1ZGc2Ns"
}
200

Successful response

No content

Last updated

Was this helpful?