Market participants entering into transactions, which are required to be reported to the Agency, shall register with the relevant National Regulatory Authority (NRA). The requirement to register applies to any person, legal or natural.
NRAs shall establish national registers of market participants. This means that each NRA shall establish a registration system no later than three months after the adoption of the European Commission’s implementing regulation, i.e. counting from 17 December 2014, in order to enable market participants to provide their registration information to that NRA.
NRAs can, if they wish, open the registration process to market participants also earlier. NRAs are free to use whatever system they consider most appropriate for their market.
The Agency has developed CEREMP in order to establish the European register of market participants. This system is also available to NRAs as a means for registering market participants in their own Member State.
The registration of market participants and the obligation to establish a national register of market participants is a responsibility of the NRAs. Market participants are requested to consult the NRA in the member state in which they are obliged or wish to register.
------------------ ----------------------- --------------------------- --------------------- --------------------
The API can be used as follows:
https://www.acer-remit.eu/portal/api/public/v1.0/process/CODE_TYPE/CODE_VALUE
CODE_TYPE: type of the code
possible types are:
• ace = ACER code
• eic = Energy Identification Code (EIC)
• bic = Bank Identifier Code (BIC)
• lei = Legal Entity Identifier (LEI)
• gs1 = Global Location Number (GLN/GS1)
CODE_VALUE: the code you want to look up
Examples:
https://[www.acer-remit.eu/portal/api/public/v1.0/process/ace/A0005182A.CY
https://www.acer-remit.eu/portal/api/public/v1.0/process/eic/11XDISAM-------
---
{
"providedCode" : "11XDISAm-------V" ,
"providedCodeType" : " eic" ,
"mpListReIatedToCode" [
{
"acerCode" : " A00000085.0K" ,
"name" : " Energi Danmark A/S" ,
"eic" : " 11XDISAM-------V" ,
"bic" : " null" ,
"lei" : " 549300JNIF17UXJMM315" ,
"gs1" : " null" ,
}
]
}
---
{
"timestamp" : "2023-03-22T10:48:30.804+01:00" ,
"status" : " 400" ,
"error" : " Bad Request" ,
"message" : " No MP found for this search" ,
"path" : " /porta1/api/pub1ic/vI.Ø/process/eic/123FICTIONAL321"
}
---
Important:
Monitoring and throttling is in place.
If you expect to do a lot of checks, cache and/or throttle the requests on your side!
------------------ ----------------------- --------------------------- --------------------- --------------------