Skip to content

For stake2.0, why does wallet/getcandelegatedmaxsize API return { } #5402

@laurenceja

Description

@laurenceja

I query the delegatable bandwidth share through the following command, and it returns empty {}. But the unused bandwidth share is 3TRX, So i need to know why it returns empty or how many unused bandwidth share I need to have so as to wallet/getcandelegatedmaxsize API will not return { }.

curl --request POST \
     --url https://api.nileex.io/wallet/getcandelegatedmaxsize \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '
{
  "owner_address": "TUoHaVjx7n5xz8LwPRDckgFrDWhMhuSuJM",
  "type": 0,
  "visible": true
}
'

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions