/v1/posts
A creator's posts with engagement
Try it live
10 free calls per day — no sign-up, no API key. Goes through the oanor gateway.
It works. Grab an API key and use it in your project.
Get an API keyCode snippets
curl "https://api.oanor.com/deso-api/v1/posts" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/deso-api/v1/posts", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/deso-api/v1/posts");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
"https://api.oanor.com/deso-api/v1/posts",
headers={"x-oanor-key": "oanor_test_..."}
)
Example response
A real response from this endpoint, captured by the latest health check.
{
"data": {
"count": 20,
"posts": [
{
"body": "Hi all, apologies for the issues on Focus. Everything should be resolved now. Thank you for your patience.\n\nThis was a complex technical issue with the Focus api servers that we had to put significant resources into fixing, but everything appears to be running smoothly now. The feed should update soon, and the Openfund live transaction histories should also be updating in real time again (they were powered by the same service).",
"likes": 0,
"author": null,
"reposts": 7,
"comments": 28,
"diamonds": 21,
"post_hash": "d35ec22748229a8e864c402910e9ea5c4b784b505d0c461bc7e8f37a12fe9a01",
"timestamp": "2026-06-07T06:20:48.294Z"
},
{
"body": "Every platform in crypto right now is competing to the death for the trading of the same core assets (btc, top alts, now RWAs). Some will make money but they're selling a commodity.\n\nThe people who will make real money in the next cycle are the ones who create new assets for people to trade that you can't get anywhere else. As originators they'll make money no matter what frontend people are trading on.\n\nMore to come soon...",
"likes": 0,
"author": null,
"reposts": 12,
"comments": 48,
"diamonds": 25,
"post_hash": "046e665d65a39282494287a2624441a0b140a42d29b6b27bf0a1555f2d50c187",
"timestamp": "2026-05-20T15:55:10.158Z"
},
{
"body": "Hey everyone, I know it's been quiet recently. The team and I have been heads-down on some things we're genuinely excited about, and I'd rather wait until every detail is locked in than tease something half-baked. The good news has given us an opportunity to think big about DeSo again, and we want to make the most of that opportunity. Thanks for sticking with us. I know it hasn't been easy, but we'll have more soon. Rest assured that we are hard at work in the meantime.",
"likes": 0,
"author": null,
"reposts": 15,
"comments": 81,
"diamonds": 39,
"post_hash": "8add26c88136eb4ee5464185b03bd02859141fe267bc62a9025c63e84c344d2a",
"timestamp": "2026-04-30T11:57:57.003Z"
},
{
"body": "How to beat the DOJ and SEC. A story that involves getting raided by the FBI, arrested, and getting recruited by multiple prison gangs before eventually having all charges dismissed with prejudice.\n\nNow we can finally get back to work!\n\nhttps://www.youtube.com/watch?v=SLzzsAB3OgU",
"likes": 2,
"author": null,
"reposts": 12,
"comments": 45,
"diamonds": 33,
"post_hash": "
…