Cosmo API Update: Profile Management #17
tripleS-Dev
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Cosmo API Update: Profile Management
1. User Search API
Endpoint:
https://api.cosmo.fans/user/v1/search?query=nien{ "hasNext": true, "nextStartAfter": "30", "results": [ { "address": "0x7BC5706471B71547566ACd445e9B6e7f6CE79eF1", "nickname": "Nien", "profile": [ { "artistName": "tripleS", "image": { "original": "https://resources.cosmo.fans/images/user-profile/2024/07/10/02/600/26543611c4ac40c6826cfa75a2747f9920240710023620707.jpeg", "thumbnail": "https://resources.cosmo.fans/images/user-profile/2024/07/10/02/raw/63a03811768b4abb8873653954f48efa20240710023620705.png" } } ], "profileImageUrl": "" }, { "address": "0x5309e1a47F3B92C97f3EF3695A983fecd3C27092", "nickname": "nienz", "profile": [], "profileImageUrl": "" }, { "address": "0xB2b4B45828a17F44b6d81EaAD697C8E5798Be72e", "nickname": "nien2", "profile": [], "profileImageUrl": "" } ] }Note: Users without a set profile will have an empty
profilearray.2. User Profile API
Endpoint:
https://api.cosmo.fans/user/v1/me{ "profile": { "address": "0x9526E51ee3D9bA02Ef674eB1E41FB24Dc2165380", "birth": "2006-07-20", "createdAt": "2022-09-18T07:34:17.409Z", "email": "battlem.yt@gmail.com", "followingArtists": [ { "assetBalance": { "totalComo": 201, "totalObjekt": 106 }, "contracts": { "CommunityPool": "0xdAE81c4c069c86fea2FC08cfD53a4201D661e447", "Como": "0x58AeABfE2D9780c1bFcB713Bf5598261b15dB6e5", "ComoMinter": "0x1f6Be90bCb84523beF86E8cD1E8F1944Ca30eb5F", "Governor": "0xc3E5ad11aE2F00c740E74B81f134426A3331D950", "Objekt": "0xA4B37bE40F7b231Ee9574c4b16b7DDb7EAcDC99B", "ObjektMinter": "0x3D898E02DFA77a1Ef69Ab8Ec369200a2e48DC5E3" }, "fandomName": "WAV", "logoImageUrl": "https://static.cosmo.fans/assets/triples-logo.png", "name": "tripleS", "purchaseCount": 12, "receivedWelcomeObjekt": true, "title": "tripleS" }, { "assetBalance": { "totalComo": 1, "totalObjekt": 2 }, "contracts": { "CommunityPool": "0x07F93cCc90aF32E4d6ea70A93F36DF9F58C97087", "Como": "0x8254D8D2903B20187cBC4Dd833d49cECc219F32E", "ComoMinter": "0x9640531cA96691b7F38e88fA17badAD90534d2A5", "Governor": "0x8466e6E218F0fe438Ac8f403f684451D20E59Ee3", "Objekt": "0x0fB69F54bA90f17578a59823E09e5a1f8F3FA200", "ObjektMinter": "0x9009e2b4fc02eb18e41994d235a78504600AC87c" }, "fandomName": "OURII", "logoImageUrl": "https://static.cosmo.fans/assets/artms-logo.png", "name": "artms", "purchaseCount": 0, "receivedWelcomeObjekt": true, "title": "ARTMS" } ], "id": 7890, "isEligibleForWelcomeObjekt": false, "lastViewedArtist": "tripleS", "marketingConsentDate": "2024-07-10T02:26:30.000Z", "nickname": "ILoveYouyeon", "profile": [ { "artistName": "tripleS", "image": { "original": "https://resources.cosmo.fans/images/user-profile/2024/07/10/02/600/40e940190b9d4a5783980cec7590b12f20240710021057144.jpeg", "thumbnail": "https://resources.cosmo.fans/images/user-profile/2024/07/10/02/raw/3b88b8e53c904132b3348fe172f84ebc20240710021057140.png" } } ], "profileImageUrl": "" } }Note: Users with a default profile will return an empty
profilearray.I hope this information is helpful.
Beta Was this translation helpful? Give feedback.
All reactions