Market participation starts with an address we can associate to a meter
To participate in a market, we need to know the MPAN of the user’s meter. This is the primary identifier that actors within the electricity system use to identify a consumer of electricity.This page describes how to collect addresses in a way that allows us to retrieve the MPANs associated with them, and
fall back to asking users for their MPAN directly if necessary.
If you’ve already collected addresses and would like to retrieve MPANs from them, see Retrieving meter details.
Use the search meters endpoint to search by postcode. This returns a list of possible matches.
If the user selects an address from the list, you can use the ref from that address to retrieve the meter details using the meter info by ref endpoint.
If the user does not find their address in the list, you can ask them to enter their MPAN directly. You can validate this MPAN using the validate MPAN endpoint. Once you’ve collected a valid MPAN, you can retrieve the meter details using the meter info by mpan endpoint.