users

Gets a list of the coins owned by the user and their balances

get/users/{id}/coins

Path parameters

idstring required

A User ID

Query parameters

offsetinteger

The number of items to skip. Useful for pagination (page number * limit)

limitinteger

The number of items to fetch

Response

Success

Example response

{
  "data": [
    {
      "mint": "9LzCMqDgTKYz9Drzqnpgee3SGa89up3a247ypMj2xrqM",
      "ticker": "$AUDIO",
      "decimals": 8,
      "owner_id": "7eP5n",
      "logo_uri": "https://example.com/logo.png",
      "banner_image_url": "https://example.com/banner.png",
      "has_discord": true,
      "balance": 1000000000,
      "balance_usd": 1.23,
      "accounts": [
        {
          "account": "CTyFguG69kwYrzk24P3UuBvY1rR5atu9kf2S6XEwAU8X",
          "owner": "HzZ3EKACbH6XEHs59Rt1adVzUKv5cTDE9o9YWFaMhwpF",
          "balance": 1000000000,
          "balance_usd": 1.23,
          "is_in_app_wallet": true
        }
      ]
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.