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
curl -L \ --request POST \ --url 'https://ocp.onchainpay.io/api-gateway/bridge/limit' \ --header 'Content-Type: application/json'
{ "success": true, "response": { "min": "20", "max": "10000" } }