Token Balance
Retrieve the balance of SOMI tokens for a specific wallet address.
URL: /token/balance/{address}
Method: GET
Parameters:
address (required): The wallet address to check the balance for.
Response:
{
"address": "0xSOMI123...",
"balance": 5000
}
Last updated