Crypto transaction fees API
Authorizations
x-api-keystringRequired
Path parameters
networkstring Β· enumRequiredPossible values:
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.
Responses
200
Ok
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not found
application/json
422
Unprocessable content
application/json
500
Internal server error
application/json
get
/withdrawal/avg-transaction-cost/{network}Last updated