Wallets
Get Wallets
Wallets
Get Wallets
GET
/
wallets
/
{app_id}
[
{
"id": "<string>",
"name": "<string>",
"type": "near",
"managed": true,
"wallet_data": {
"near": {
"network_id": "mainnet",
"account_id": "<string>",
"phrase_or_key": "<string>",
"test_network": true
},
"evm": {
"network_id": "ethereum",
"account_id": "<string>",
"private_key": "<string>",
"test_network": true
},
"wax": {
"network_id": "mainnet",
"account_id": "<string>",
"permission": "<string>",
"public_key": "<string>",
"private_key": "<string>",
"test_network": true
},
"solana": {
"network_id": "mainnet",
"account_id": "<string>",
"private_key": "<string>",
"test_network": true
}
},
"app": {
"id": "<string>",
"name": "<string>",
"type": "individual",
"status": "draft",
"kyc_return_url": "<string>",
"use_explorer": true,
"permissions": {
"can_view": true,
"can_edit": true,
"can_delete": true,
"can_edit_members": true
},
"app_fee": 123,
"user": {
"id": "<string>",
"username": "<string>",
"first_name": "<string>",
"last_name": "<string>"
},
"is_member": true,
"featured": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"theme": {
"id": "<string>",
"name": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"styles": {
"colors": {
"primary": "<string>",
"background": "<string>",
"text": "<string>",
"accent": "<string>",
"alternativeBackground": "<string>",
"info": "<string>"
}
},
"visibility": "public"
}
},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"magic_network": "<string>"
}
]
Path Parameters
Query Parameters
Required range:
x >= 1
Required range:
x >= 1
Response
200 - application/json
The response is of type object[]
.
[
{
"id": "<string>",
"name": "<string>",
"type": "near",
"managed": true,
"wallet_data": {
"near": {
"network_id": "mainnet",
"account_id": "<string>",
"phrase_or_key": "<string>",
"test_network": true
},
"evm": {
"network_id": "ethereum",
"account_id": "<string>",
"private_key": "<string>",
"test_network": true
},
"wax": {
"network_id": "mainnet",
"account_id": "<string>",
"permission": "<string>",
"public_key": "<string>",
"private_key": "<string>",
"test_network": true
},
"solana": {
"network_id": "mainnet",
"account_id": "<string>",
"private_key": "<string>",
"test_network": true
}
},
"app": {
"id": "<string>",
"name": "<string>",
"type": "individual",
"status": "draft",
"kyc_return_url": "<string>",
"use_explorer": true,
"permissions": {
"can_view": true,
"can_edit": true,
"can_delete": true,
"can_edit_members": true
},
"app_fee": 123,
"user": {
"id": "<string>",
"username": "<string>",
"first_name": "<string>",
"last_name": "<string>"
},
"is_member": true,
"featured": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"theme": {
"id": "<string>",
"name": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"styles": {
"colors": {
"primary": "<string>",
"background": "<string>",
"text": "<string>",
"accent": "<string>",
"alternativeBackground": "<string>",
"info": "<string>"
}
},
"visibility": "public"
}
},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"magic_network": "<string>"
}
]