Getting limits for cross-chain transfer
Last updated
Last updated
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
POST /api-gateway/bridge/limit HTTP/1.1
Host: app.apollopayment.io
Content-Type: application/json
Accept: */*
{
"success": true,
"response": {
"min": "20",
"max": "10000"
}
}