cURL
curl --request GET \ --url https://sandbox-revo-api.raliopay.com/api/v1/account/{aid}/capabilities \ --header 'Authorization: Bearer <token>'
{ "accountType": "<string>", "cryptoTransferAllowed": true, "features": [ { "enabled": true, "featureSlug": "<string>", "maxAmount": 123, "minAmount": 123 } ], "fiatExternalTransferAllowed": true, "fiatOwnTransferAllowed": true, "incomeLimitPerDay": 123, "incomeLimitPerMonth": 123, "incomeLimitPerTransaction": 123, "internalTransferAllowed": true, "intraProviderTransferAllowed": true, "monthlyFee": 123, "openAccountFee": 123 }
Get capabilities of a specific account
API Key for accessing management endpoints
Account ID
OK
Show child attributes