cURL
curl --request GET \ --url http://localhost:3000/api/account/info/{environment}/{index}/{accountId}/{mint}
{ "account": "<string>", "isMint": true, "isOwner": true, "isTokenAccount": true, "owner": "<string>", "program": "<string>", "tokens": [ { "account": "<string>", "balance": "<string>", "closeAuthority": "<string>", "decimals": "0", "mint": "<string>", "owner": "<string>" } ] }
Confirmed
Finalized
Processed
The response is of type object.
object