Get Registered Addresses

Query this endpoint to get a list of all the wallet addresses you have registered with OpenPool.

Successful Query Example

curl --request GET \
     --url https://api.openpool.co/wallet/manage/ \
     --header 'X-API-KEY: <insert_api_key>' \
     --header 'accept: application/json'

Successful Response Example

{
  "results": {
    "id": "wal_LWXtS9RzPGuw2WbnLyTpAC",
    "address": "0x59a5493513ba2378ed57ae5ecfb8a027e9d80365",
    "is_loaded": true
  }
}
Language
Authorization
Click Try It! to start a request and see the response here!