NEM Twitter tip bot REST API reference

RESTなAPIです。SSLアリナシ両対応です。 SSLのみになりました。

name url method params
Mosaic importance http://host:port/importance.json GET None
Twitter call back http://host:port/callback.html GET oauth_token, oauth_verifier
Mosaic image http://host:port/mosaic/image.json GET mosaics
Mosaic image direct http://host:port/image-v1/{mosaic} GET  
User info http://host:port/user/info/{screen} GET  
User balance http://host:port/user/balance/{screen} GET  
User importance http://host:port/user/importance/{screen} GET  

Base

net port ssl port
mainnet 5745 6745
testnet 5746 6746

Mosaic Importance

Tipnem内でのMosaicの重要度を取得します。
グローバルショートカット登録の目安にしたいと思います。
http://tipnem.tk:6745/importance.json

Twitter call back

Twitterのoauth認証のコールバックURL。
http://tipnem.tk:6745/callback.html

Mosaic image

Mosaicのイメージを取得します。
http://tipnem.tk:6745/mosaic/image.json?mosaics=nem:xem namuyan:nemrin

Mosaic image direct

Mosaicのイメージを直接取得します。
http://tipnem.tk:6745/image-v1/namuyan:nemrin
ブラウザに打ち込むと直接取得可能です。

User info

Userの公開データを取得できます。 http://tipnem.tk:6745/user/info/namuyan_mine

User balance

ユーザーの残高を取得できます。
一般公開しているか、またはPINコード認証した事のあるIPのみ使用可能です。
http://tipnem.tk:6745/user/balance/namuyan_mine
恐らく Not allowed になりますので自分のScreenで試してください。

User importance

ユーザーの重要度を取得できます。要はどれだけTipnemを使い込んでいるかという事です。
一般公開しているか、またはPINコード認証した事のあるIPのみ使用可能です。
https://tipnem.tk:6745/user/importance/namuyan_mine
恐らく Not allowed になりますので自分のScreenで試してください。

RETURN