-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get bound xUDT balance by btc address #133
Comments
I'm not sure we can calculate the unconfirmed balance using the bounded cells. I will investigate this later. z.array(
z.object({
name: z.string(),
decimal: z.number(),
symbol: z.string(),
amount: z.string(),
}),
) |
I just submitted a draft PR for this feature. After investigating, I discovered that the unique cell symbol can be duplicated, so I included the |
|
To get the bound xUDT balance by a BTC address in the RGB++ Assets API
Get /rgbpp/v1/address/{btc_address}/balance (Draft)
Parameters
xUDT type_scriptThe response format will likely contain the confirmed and unconfirmed bound xUDT balance for the specified BTC address.
requested by JoyID team @shaojunda
Related API
The text was updated successfully, but these errors were encountered: