You will be able to retrieve the remaining transaction limits of a particular user based on your spec sheet and transactions they have already created.
GET /users/{{user_id}}/transaction-limit?destination={{countryCode}}
Request Sample
Response Sample
1
curl --location --request GET '{{url}}/users/{{user_id}}/transaction-limit?destination='\''US'\''' \