Get Supporter
GET/users/:id/supporters/:supporter_user_id
Gets the specified supporter of the given user
Request
Path Parameters
id stringrequired
A User ID
supporter_user_id stringrequired
A User ID of a supporter
Query Parameters
user_id string
The user ID of the user making the request
Responses
- 200
Success
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
latest_chain_block integerrequired
latest_indexed_block integerrequired
latest_chain_slot_plays integerrequired
latest_indexed_slot_plays integerrequired
signature stringrequired
timestamp stringrequired
version
object
required
service stringrequired
version stringrequired
data
object
rank integerrequired
amount stringrequired
sender
object
required
album_count integerrequired
artist_pick_track_id string
artist_coin_badge
object
required
mint string
logo_uri string
banner_image_url string
ticker string
The coin symbol/ticker
coin_flair_mint string
bio string
cover_photo
object
640x string
2000x string
mirrors string[]
followee_count integerrequired
follower_count integerrequired
handle stringrequired
id stringrequired
is_verified booleanrequired
twitter_handle string
instagram_handle string
tiktok_handle string
verified_with_twitter booleanrequired
verified_with_instagram booleanrequired
verified_with_tiktok booleanrequired
website string
donation string
location string
name stringrequired
playlist_count integerrequired
profile_picture
object
150x150 string
480x480 string
1000x1000 string
mirrors string[]
repost_count integerrequired
track_count integerrequired
is_deactivated booleanrequired
is_available booleanrequired
erc_wallet stringrequired
spl_wallet stringrequired
spl_usdc_wallet stringrequired
spl_usdc_payout_wallet string
supporter_count integerrequired
supporting_count integerrequired
total_audio_balance integerrequired
wallet stringrequired
The user's Ethereum wallet address for their account
balance stringrequired
associated_wallets_balance stringrequired
total_balance stringrequired
waudio_balance stringrequired
associated_sol_wallets_balance stringrequired
blocknumber integerrequired
created_at stringrequired
is_storage_v2 booleanrequired
creator_node_endpoint string
current_user_followee_follow_count integerrequired
does_current_user_follow booleanrequired
does_current_user_subscribe booleanrequired
does_follow_current_user booleanrequired
handle_lc stringrequired
updated_at stringrequired
cover_photo_sizes string
cover_photo_cids
object
640x string
2000x string
mirrors string[]
cover_photo_legacy string
profile_picture_sizes string
profile_picture_cids
object
150x150 string
480x480 string
1000x1000 string
mirrors string[]
profile_picture_legacy string
has_collectibles booleanrequired
playlist_library
object
contents
object[]
allow_ai_attribution booleanrequired
profile_type string
{
"latest_chain_block": 0,
"latest_indexed_block": 0,
"latest_chain_slot_plays": 0,
"latest_indexed_slot_plays": 0,
"signature": "string",
"timestamp": "string",
"version": {
"service": "string",
"version": "string"
},
"data": {
"rank": 0,
"amount": "string",
"sender": {
"album_count": 0,
"artist_pick_track_id": "string",
"artist_coin_badge": {
"mint": "string",
"logo_uri": "string",
"banner_image_url": "string",
"ticker": "string"
},
"coin_flair_mint": "string",
"bio": "string",
"cover_photo": {
"640x": "string",
"2000x": "string",
"mirrors": [
"string"
]
},
"followee_count": 0,
"follower_count": 0,
"handle": "string",
"id": "string",
"is_verified": true,
"twitter_handle": "string",
"instagram_handle": "string",
"tiktok_handle": "string",
"verified_with_twitter": true,
"verified_with_instagram": true,
"verified_with_tiktok": true,
"website": "string",
"donation": "string",
"location": "string",
"name": "string",
"playlist_count": 0,
"profile_picture": {
"150x150": "string",
"480x480": "string",
"1000x1000": "string",
"mirrors": [
"string"
]
},
"repost_count": 0,
"track_count": 0,
"is_deactivated": true,
"is_available": true,
"erc_wallet": "string",
"spl_wallet": "string",
"spl_usdc_wallet": "string",
"spl_usdc_payout_wallet": "string",
"supporter_count": 0,
"supporting_count": 0,
"total_audio_balance": 0,
"wallet": "string",
"balance": "string",
"associated_wallets_balance": "string",
"total_balance": "string",
"waudio_balance": "string",
"associated_sol_wallets_balance": "string",
"blocknumber": 0,
"created_at": "string",
"is_storage_v2": true,
"creator_node_endpoint": "string",
"current_user_followee_follow_count": 0,
"does_current_user_follow": true,
"does_current_user_subscribe": true,
"does_follow_current_user": true,
"handle_lc": "string",
"updated_at": "string",
"cover_photo_sizes": "string",
"cover_photo_cids": {
"640x": "string",
"2000x": "string",
"mirrors": [
"string"
]
},
"cover_photo_legacy": "string",
"profile_picture_sizes": "string",
"profile_picture_cids": {
"150x150": "string",
"480x480": "string",
"1000x1000": "string",
"mirrors": [
"string"
]
},
"profile_picture_legacy": "string",
"has_collectibles": true,
"playlist_library": {
"contents": [
{}
]
},
"allow_ai_attribution": true,
"profile_type": "string"
}
}
}
Loading...