Discussions

Ask a Question

Download token swaps

How to download all swaps of a specific token into a csv file?

Chat

How I can contact or chat or exchange messages with dex token developer?

Transver

wie kann ich ein Token schicken an eine andere wallet

where is the websocket docS

hello does anyone have documentation for solanafm websockets please

how can i see what data limts have been excced if any and how many requests i have left ?

how can i see what data limts have been excced if any and how many requests i have left ? my code workd ine one minute but i get all sorts of errors thrown the next all im doing is looking at transactions.

Why "Get Transfers Of An Account" misses particular transfers

When I use this method to collect all transfers in some time period, it returns empty "results" array despite the fact that there are transfers in this period. For example, I scan wallet for transfers in period from 1710730800 to 1710738000 and it sends me empty response, but if you look by yourself there are plenty of transfers in between those timestamps and their timestamps exactly between those I specified.

Solana Tokens

Hello, I was wondering if when you add tokens to your '<https://api.solana.fm/v0/tokens'> routes. Are the new tokens added directly at the end, which means that the last pages added can be indexed, or are the tokens added under a different criterion and distributed throughout the different pages?

Subscribe for failed tx

Hello. Is it possible to subscribe for failed transactions and pass this data to the webhook? For example I have this address <https://solana.fm/address/C3XeREuHtXyB1nN7jCHbZTGjEx6Zu5NY4YiXCXmhccKZ/transactions> and I need get failed transactions which will be sent to the webhook. Thanks.

How to know my balance nft

> >

How to get a specific account?

I ran the command: ``` curl --request GET --url <https://api.solana.fm/v0/accounts/{accountpubkey}> --header 'accept: application/json' ``` and it says error 404 I ran the command here: ``` curl --request GET \ --url https://api.solana.fm/v1.0/accounts/{accountpubkey} \ --header 'accept: application/json' ``` And it says Nothing To See Here. What does Nothing To See Here mean? Does it mean it is success 200? Why is my account returning nothing?