Transaction activity share -Invalid Parameter
GET {{baseUrl}}/totals/monthly/gcct/e2e/activity-share?period=2019&debtor_country=FR&creditor_country=FR¤cy=EUR&instructed_currency=EUR&bic=DEMOBE12
Get community data on payments transaction volume and amount by corridor for a specified creditor or debtor country.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
period | number | (Required) Period of the transactions to be reported on. | |
debtor_country | string | Country of the debtor BIC. Either this parameter is used or creditor_country or both. | |
creditor_country | string | Country of the creditor BIC. Either this parameter is used or debtor_country or both. | |
currency | string | (Required) The reference currency amounts should be converted to. | |
instructed_currency | string | Transaction's instructed currency. When none, all transactions are in scope. | |
bic | string | BIC to be reported on. If not present all BICs in scope are returned. |
RESPONSES
status: OK
{"observer_data":[{"debtor_country":"BE","creditor_country":"NL","own_transaction_count":"1578","swift_transaction_count":"25789","transaction_count_share":0.06,"own_converted_amount":"54789856","swift_converted_amount":"1000587947","converted_amount_share":0.055}]}