Crypto transaction fees API

Returns average withdrawal fee for a network.

get

Returns the average technical withdrawal fee for the requested crypto network.

This endpoint helps merchants estimate the expected transaction cost before initiating a withdrawal. The value is calculated from recent blockchain transactions collected by the gateway.

Authorizations
x-api-keystringRequired
Path parameters
networkstring Β· enumRequired

Represents supported cryptocurrency networks in the payment processing system.

Used to specify which blockchain network a cryptocurrency transaction relates to.

Each network supports its own native cryptocurrency (e.g. BTC, ETH, TRX).

Transactions must be processed differently based on network since each cryptocurrency functions independently. Records of transactions and account balances are also maintained separately by network.

Possible values:
Responses
200

Ok

application/json
get
/withdrawal/avg-transaction-cost/{network}

Last updated