GET /feed API endpoint

We can add feed items by POSTing to the /feed API endpoint, but it appears that we can’t then GET the endpoint.

image

This seems odd! Is it intentional?

I think they just expect us to grab the transactions rather than the feed. I guess from their perspective, what would you do with /feed that you can’t do with /transactions?

I’m not sure - but it would be interesting to see. Pending transactions don’t appear under the /transactions endpoint - perhaps they appear in /feed?