Last updated 1 year ago
The method allows you to get limits for the amount of blockchain transfer
Public API-key
Signing the request body with a private API-key
Request content type
application/json
Successful response
POST /api-gateway/bridge/limit HTTP/1.1 Host: app.apollopayment.io Content-Type: application/json Accept: */*
{ "success": true, "response": { "min": "20", "max": "10000" } }