Level 75
You might want to look at using a pivot table: https://laravel.com/docs/8.x/eloquent-relationships#many-to-many
Edit:
Also a one to many could work, with the balances as a derived table, unless you need to constantly show a balance for a certain coin.
Just suggestions.