Skip to main content
GET
/
v1
/
projects
/
wallets
Fetch Wallets
curl --request GET \
  --url https://dev.api.mufi.app/v1/projects/wallets \
  --header 'Authorization: Bearer <token>'
[
  {
    "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

Authorization
string
header
required

A JWT Access Token obtained from Google Cloud.

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