Wallet Experience APIs
GET Discovery Feed
Overview
WaaS React SDK
Wallet as a Service (WaaS)
- Overview
- Quickstart
- Errors
- Pagination
- Wallet Creation APIs
- Wallet Experience APIs
- GETGET Activities
- GETGET Balances
- GETGET Tokens
- GETGET Profiles
- POSTGET Portfolio
- GETGET Blockchain Accounts
- POSTPOST Blockchain Accounts
- PATCHPATCH Blockchain Accounts
- GETGET Floor Prices
- POSTPOST Batch Floor Prices
- POSTPOST Batch Historical Floor Prices
- GETGET Transactions
- POSTPOST Transactions
- GETGET Discovery Feed
- Activity Webhooks
- GET
- NFT APIs
- Web3 APIs
- SDK
Integrations
- Get Started
- Authentication
- Connectors
- FAQ
- Partners
Wallet Experience APIs
GET Discovery Feed
Get list of content recommended for a given user’s address.
GET
/
v1
/
users
/
{userId}
/
inbox
curl --request GET \
--url https://api.bitski.com/v1/users/{userId}/inbox
{
"items": [
{
"type": "Create",
"object": {
"content": "<p>The Stand with Crypto commemorative NFT is a symbol of unity for the crypto community seeking sensible crypto policy.</p>\n",
"id": "https://api.bitski.com/v1/articles/1ynniNVuybfsoug23Etzgd",
"image": "https://ipfs.decentralized-content.com/ipfs/bafybeidfoyl6vdhoqpbqkp3jcbcpl4vw2udieqlcvia2domkkst5i2yk7q",
"name": "Stand With Crypto OE Mint",
"published": "2023-04-25T00:30:02Z",
"source": {
"content": "The Stand with Crypto commemorative NFT is a symbol of unity for the crypto community seeking sensible crypto policy.",
"mediaType": "text/markdown"
},
"tag": [
"mint"
],
"type": "Article",
"updated": "2023-04-25T00:30:02Z",
"url": [
"https://bit.ly/41Hxkja"
]
},
"actor": {
"name": "@bitski",
"type": "Person"
}
}
]
}
Parameters
The user’s id or username.
The user’s wallet address.
Examples
Response
{
"items": [
{
"type": "Create",
"object": {
"content": "<p>The Stand with Crypto commemorative NFT is a symbol of unity for the crypto community seeking sensible crypto policy.</p>\n",
"id": "https://api.bitski.com/v1/articles/1ynniNVuybfsoug23Etzgd",
"image": "https://ipfs.decentralized-content.com/ipfs/bafybeidfoyl6vdhoqpbqkp3jcbcpl4vw2udieqlcvia2domkkst5i2yk7q",
"name": "Stand With Crypto OE Mint",
"published": "2023-04-25T00:30:02Z",
"source": {
"content": "The Stand with Crypto commemorative NFT is a symbol of unity for the crypto community seeking sensible crypto policy.",
"mediaType": "text/markdown"
},
"tag": [
"mint"
],
"type": "Article",
"updated": "2023-04-25T00:30:02Z",
"url": [
"https://bit.ly/41Hxkja"
]
},
"actor": {
"name": "@bitski",
"type": "Person"
}
}
]
}
curl --request GET \
--url https://api.bitski.com/v1/users/{userId}/inbox
{
"items": [
{
"type": "Create",
"object": {
"content": "<p>The Stand with Crypto commemorative NFT is a symbol of unity for the crypto community seeking sensible crypto policy.</p>\n",
"id": "https://api.bitski.com/v1/articles/1ynniNVuybfsoug23Etzgd",
"image": "https://ipfs.decentralized-content.com/ipfs/bafybeidfoyl6vdhoqpbqkp3jcbcpl4vw2udieqlcvia2domkkst5i2yk7q",
"name": "Stand With Crypto OE Mint",
"published": "2023-04-25T00:30:02Z",
"source": {
"content": "The Stand with Crypto commemorative NFT is a symbol of unity for the crypto community seeking sensible crypto policy.",
"mediaType": "text/markdown"
},
"tag": [
"mint"
],
"type": "Article",
"updated": "2023-04-25T00:30:02Z",
"url": [
"https://bit.ly/41Hxkja"
]
},
"actor": {
"name": "@bitski",
"type": "Person"
}
}
]
}