Get principal FT balance
Retrieves a specific fungible-token balance for a given principal.
GET
/extended/v2/addresses/{principal}/balances/ft/{token}
Get principal FT balance
Retrieves a specific fungible-token balance for a given principal.
Path Parameters
principalRequiredAny properties in STX Address, Smart Contract ID
tokenRequiredstring
fungible token identifier
| Status code | Description | 
|---|---|
| 200 | Default Response | 
| 4XX | Default Response | 
curl -X GET "https://api.hiro.so/extended/v2/addresses/SP318Q55DEKHRXJK696033DQN5C54D9K2EE6DHRWP/balances/ft/string"
{"balance": "string"}