-
Please, I want to use this function |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
The query returns all V1 and V2 tokens. As part of the query response, there is a |
Beta Was this translation helpful? Give feedback.
-
As you mentioned, the To get the v1 token, you should pass the |
Beta Was this translation helpful? Give feedback.
The query returns all V1 and V2 tokens. As part of the query response, there is a
token_standard
field that indicates whether it is av1
orv2
standard.https://cloud.hasura.io/public/graphiql?endpoint=https%3A%2F%2Findexer.mainnet.aptoslabs.com%2Fv1%2Fgraphql&query=query+MyQuery+%7B%0A++current_token_ownerships_v2%28where%3A+%7Bowner_address%3A+%7B_eq%3A+%220x123%22%7D%7D%29+%7B%0A++++token_standard%0A++%7D%0A%7D%0A