GET
/
v1
/
projects
/
wallets
Fetch Wallets
curl --request GET \
  --url https://dev.api.mufi.app/v1/projects/wallets \
  --header 'x-api-key: <api-key>'
[
  {
    "id": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "address": "<string>",
    "type": "Polkadot",
    "custody": "user-controlled",
    "project_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  }
]

Authorizations

x-api-key
string
header
required

The API Key you were given in the developer portal. API keys are associated with your organization's project application and can have read or write permissions and an optional expiration date.

Response

Returns a list of wallets for a project.

id
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
address
string
required
type
enum<string>
required
Available options:
Polkadot
custody
enum<string>
required
Available options:
user-controlled,
custodial
project_id
string<uuid>
required