Skip to main content
GET
/
v1
/
wallets
/
{wallet_id}
Get Wallet (beta)
curl --request GET \
  --url https://api.streambird.io/v1/wallets/{wallet_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "wallet_2DEtMc9niawvKOlEcbPh06IWp4Y",
  "app_id": "app_25ldv51seNohTaYRsxdfoxMlAa2",
  "user_id": "user_26l6ha8syVN8oqmaHaFShTxZ5RC",
  "public_address": "mvVHTdXktpvndv71QfU9AekTebBvgdZb1e",
  "wallet_type": "bitcoin",
  "verified": true,
  "is_default": true,
  "is_read_only": false,
  "is_imported": false,
  "updated_at": 1660276024,
  "created_at": 1660276024
}

Authorizations

Authorization
string
header
required

Auth Platform API includes all the Auth related features. All Users, Phone Numbers, Emails, and OTPs are associated with an App as the container.

Endpoints only accept App's Secret API keys other than certain endpoints that are used client side or via SDK that accept the public_token.

Authentication using App Api Key

Header:

Authorization: Bearer {api_key}

Authenticated Request

curl \
-X GET https://api.streambird.io/v1/auth/users/user_24wFP9pDa9YiMJLun94iKykoZs2 \
-H "Authorization: Bearer sk_test_pRqweh3wvWmJAAVYv7Z0T5iPLzFM4ql0muoyQcjOxGeN3p1r"

Path Parameters

wallet_id
string
required

Unique wallet ID of the wallet to retrieve.

Response

200 - application/json

OK

id
string
app_id
string
user_id
string
public_address
string
wallet_type
string
verified
boolean
is_default
boolean
is_read_only
boolean
is_imported
boolean
updated_at
integer
created_at
integer