-
Notifications
You must be signed in to change notification settings - Fork 523
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
'Type' filter seems to be ignored on API request #2611
Comments
@mvadari you recently added this field but i don't see it documented on xrpl.org and it doesn't work with the websocket tool either. Does the |
It's in the rippled code, but I don't really understand what it's doing. |
@ckniffen The The
|
The rippled's code might be correct. The server behind s2 is Clio which does not support "type" parameter. Documented here -> https://xrpl.org/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger/ |
Hello,
I am using the XRP Client library and providing the 'type' property as a filter. It seems to be ignored though. Here is my code:
My response is not any different if I provide or not the:
type: 'nft_page
filter.
As a reference here is the request definition:
https://github.com/XRPLF/xrpl.js/blob/main/packages/xrpl/src/models/methods/ledger.ts#L72
Let me know if I am using it wrong. Thanks!
The text was updated successfully, but these errors were encountered: