Wallet Experience APIs
GET Profiles
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 Profiles
Get public profile details
GET
/
v2
/
profiles
/
{username}
curl --request GET \
--url https://api.bitski.com/v2/profiles/{username}
{
"profile": {
"connectedAccounts": [{
"externalId": "0xdcdc64fb0eeb0cc6d06b03f8616961989db1437f",
"id": "18c71561-8ea5-4a63-88d7-6931d2b32513",
"isPublic": true
}],
"description": "Candy Digital is a next generation digital collectible company which has been launched by three titans of their respective industries: Michael Rubin, Executive Chairman, Fanatics; Mike Novogratz, founder and CEO, Galaxy Digital; and Gary Vaynerchuk, Serial Entrepreneur and Investor.\n\nCandy is building the ecosystem for official Major League Baseball collectable NFTs where fans and collectors will be able to purchase, trade, and share officially licensed NFTs to deepen their love of the sport. Candy’s team of world class digital artists, designers, and technologists are developing a broad range of digital collectibles, beginning with sports content and expanding into art, entertainment, music, and more.\n\nTerms & Conditions: https://bit.ly/3qXU7p7\nPrivacy Policy: https://bit.ly/3yEWY90",
"id": "bd3fc0c0-c7b6-4f6d-842b-de8cd1934550",
"imageUrl": "https://cdn.bitskistatic.com/clients-raw/90419700-e0fd-4e06-8901-8b73de32bcde/287c7414-fb2f-430c-9dbc-73ab41c1b386.gif",
"links": {
"instagram": "candydigital",
"twitter": "CandyDigital",
"website": "https://www.candy.com/"
},
"name": "Candy",
"type": "CREATOR",
"username": "Candy"
}
}
Parameters
The profile id or username
Examples
{
"profile": {
"connectedAccounts": [{
"externalId": "0xdcdc64fb0eeb0cc6d06b03f8616961989db1437f",
"id": "18c71561-8ea5-4a63-88d7-6931d2b32513",
"isPublic": true
}],
"description": "Candy Digital is a next generation digital collectible company which has been launched by three titans of their respective industries: Michael Rubin, Executive Chairman, Fanatics; Mike Novogratz, founder and CEO, Galaxy Digital; and Gary Vaynerchuk, Serial Entrepreneur and Investor.\n\nCandy is building the ecosystem for official Major League Baseball collectable NFTs where fans and collectors will be able to purchase, trade, and share officially licensed NFTs to deepen their love of the sport. Candy’s team of world class digital artists, designers, and technologists are developing a broad range of digital collectibles, beginning with sports content and expanding into art, entertainment, music, and more.\n\nTerms & Conditions: https://bit.ly/3qXU7p7\nPrivacy Policy: https://bit.ly/3yEWY90",
"id": "bd3fc0c0-c7b6-4f6d-842b-de8cd1934550",
"imageUrl": "https://cdn.bitskistatic.com/clients-raw/90419700-e0fd-4e06-8901-8b73de32bcde/287c7414-fb2f-430c-9dbc-73ab41c1b386.gif",
"links": {
"instagram": "candydigital",
"twitter": "CandyDigital",
"website": "https://www.candy.com/"
},
"name": "Candy",
"type": "CREATOR",
"username": "Candy"
}
}
curl --request GET \
--url https://api.bitski.com/v2/profiles/{username}
{
"profile": {
"connectedAccounts": [{
"externalId": "0xdcdc64fb0eeb0cc6d06b03f8616961989db1437f",
"id": "18c71561-8ea5-4a63-88d7-6931d2b32513",
"isPublic": true
}],
"description": "Candy Digital is a next generation digital collectible company which has been launched by three titans of their respective industries: Michael Rubin, Executive Chairman, Fanatics; Mike Novogratz, founder and CEO, Galaxy Digital; and Gary Vaynerchuk, Serial Entrepreneur and Investor.\n\nCandy is building the ecosystem for official Major League Baseball collectable NFTs where fans and collectors will be able to purchase, trade, and share officially licensed NFTs to deepen their love of the sport. Candy’s team of world class digital artists, designers, and technologists are developing a broad range of digital collectibles, beginning with sports content and expanding into art, entertainment, music, and more.\n\nTerms & Conditions: https://bit.ly/3qXU7p7\nPrivacy Policy: https://bit.ly/3yEWY90",
"id": "bd3fc0c0-c7b6-4f6d-842b-de8cd1934550",
"imageUrl": "https://cdn.bitskistatic.com/clients-raw/90419700-e0fd-4e06-8901-8b73de32bcde/287c7414-fb2f-430c-9dbc-73ab41c1b386.gif",
"links": {
"instagram": "candydigital",
"twitter": "CandyDigital",
"website": "https://www.candy.com/"
},
"name": "Candy",
"type": "CREATOR",
"username": "Candy"
}
}