Get Wallet (beta)
Get wallet using wallet ID.
HTTP Request
GET /v1/auth/wallets/{wallet_id}
Returns
A successful response returns a Wallet
object.
Path parameters
-
Unique wallet ID of the wallet to retrieve.
GET /v1/wallets/{wallet_id}
curl \
-X GET https://api.streambird.io/v1/wallets/{wallet_id} \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"id": "wallet_2DEtMc9niawvKOlEcbPh06IWp4Y",
"app_id": "app_25ldv51seNohTaYRsxdfoxMlAa2",
"user_id": "user_26l6ha8syVN8oqmaHaFShTxZ5RC",
"public_address": "mvVHTdXktpvndv71QfU9AekTebBvgdZb1e",
"wallet_type": "BTC",
"verified": true,
"is_default": true,
"is_read_only": false,
"is_imported": false,
"updated_at": 1660276024,
"created_at": 1660276024
}