users
Gets information about a specific coin owned by the user and their wallets
get/users/{id}/coins/{mint}
Path parameters
idstring required
A User ID
mintstring required
Example:Dez1g5f3h4j5k6l7m8n9o0p1q2r3s4t5u6v7w8x9y0z
The mint address of the coin
Response
Success
Example response
{
"data": {
"mint": "9LzCMqDgTKYz9Drzqnpgee3SGa89up3a247ypMj2xrqM",
"ticker": "$AUDIO",
"decimals": 8,
"logo_uri": "https://example.com/logo.png",
"balance": 1000000000,
"balance_usd": 1.23,
"accounts": [
{
"account": "CTyFguG69kwYrzk24P3UuBvY1rR5atu9kf2S6XEwAU8X",
"owner": "HzZ3EKACbH6XEHs59Rt1adVzUKv5cTDE9o9YWFaMhwpF",
"balance": 1000000000,
"balance_usd": 1.23,
"is_in_app_wallet": true
}
]
}
}