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

principal
Required
Any properties in STX Address, Smart Contract ID

token
Required
string

fungible token identifier

Status codeDescription
200Default Response
4XXDefault Response
/extended/v2/addresses/{principal}/balances/ft/{token}

curl -X GET "https://api.hiro.so/extended/v2/addresses/SP318Q55DEKHRXJK696033DQN5C54D9K2EE6DHRWP/balances/ft/string"

{
"balance": "string"
}