Skip to content

curl example for filtering stake results by, policy_id and asset_name #52

Answered by KtorZ
russell-rob asked this question in Q&A
Discussion options

You must be logged in to vote

Hey, that decoded policy id is invalid. It's only 27-byte long whereas a policy id is always exactly 28 bytes. When base16-encoded, the strings is twice as long. The string you've passed is 55 characters so you're missing exactly one character, likely at the beginning or the end from a wrong copy-pasting.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
Answer selected by russell-rob
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants