Skip to main content

Get User Account

GET 

/users/account/:wallet

Gets the account for a given user

Request

Path Parameters

    wallet stringrequired

    Wallet address for the account

Header Parameters

    Encoded-Data-Message string

    The data that was signed by the user for signature recovery

    Encoded-Data-Signature string

    The signature of data, used for signature recovery

Responses

Success

Schema

    data

    object

    user

    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[]

  • Array [

  • ]

  • allow_ai_attribution booleanrequired
    profile_type string

    playlists

    object[]

    required

  • Array [

  • id stringrequired
    is_album booleanrequired
    name stringrequired
    permalink stringrequired

    user

    object

    required

    id stringrequired
    handle stringrequired
    is_deactivated boolean
  • ]

  • playlist_library

    object

    contents

    object[]

  • Array [

  • ]

  • track_save_count integerrequired
Loading...