v1
latestOpenAPI 3.0.42026-07-26159287356.1 KBOnchain
Token balance
Fetches the token balances of a user given their FID
get/v2/farcaster/user/balance/
Query parameters
fidinteger required
FID of the user to fetch
networksstring[] required
Comma separated list of networks to fetch balances for
Response
Success
Example response
{
"user_balance": {
"user": {
"custody_address": "0x5a927ac639636e534b678e81768ca19e2c6280b7",
"fid": 3
}
}
}