blocktrail / blocktrail-sdk-php

BlockTrail's Developer Friendly PHP SDK for the BlockTrail API
MIT License
44 stars 49 forks source link

Listing all wallets #131

Closed Darkkkkkkk closed 5 years ago

Darkkkkkkk commented 5 years ago

Hello,

I am trying to create a self-solution to manage my assets easier. I have tinkered a bit with the PHP SDK today and I cannot seem to list my wallets. I created three wallets on one account through the API but now I cannot seem to figure out how to list them.

I suppose I need to query from the server an object and then through a repetitive structure I will output everything inside that object/array. The problem is I do not know how this query will look/how to form it.

Or better phrased, does the API support listing all my wallets?

Thank you