cURL
curl --request GET \ --url https://api.odin.fun/v1/balance/{token}/{principal}
{ "data": { "balance": 123 } }
Balance will be a number if it exists, otherwise null
Show child attributes