syncing market data_
Please see usage policies on tokenjay.app
Please see usage policies on tokenjay.app
| Method | Path | Summary | Price |
|---|---|---|---|
| GET | /peers/list | Lists known peers sorted by block height | FREE |
| GET | /sigusd/price | Lists price and available volume for SigmaUSD | FREE |
| GET | /tokens/check/{tokenId}/{tokenName} | Check a token verification | FREE |
| GET | /tokens/listBlocked | Lists all blocked tokens | FREE |
| GET | /tokens/listGenuine | Lists all genuine tokens known | FREE |
| GET | /tokens/prices/all | Lists all token prices and available volume | FREE |
| GET | /sigrsv/price | Lists price and available volume for SigmaRSV | FREE |
| POST | /mosaik/babelfee/newoffer/doit | FREE | |
| POST | /mosaik/babelfee/newoffer/new-input | FREE | |
| GET | /mosaik/boxconsolidation/consolidate/{p2pkaddress} | FREE | |
| GET | /ageusd/info | Returns state of AgeUSD at this moment | FREE |
| GET | /cancelbabel/{boxId} | FREE | |
| GET | /createbabel/{address} | FREE | |
| GET | /mosaik/tokenburn/get/{uuid} | FREE | |
| POST | /mosaik/tokenburn/prepare | FREE | |
| POST | /payment/addrequest | Creates a new payment request. Will return request id to check for transaction state and ergopay url to show the user as QR code | FREE |
| GET | /payment/state/{requestId} | Returns the state of a payment request. Please note that payment requests are purged after some time, so persist the state at your side when needed | FREE |
| GET | /sigrsv/exchange/{amount}/info | Calculates SigRSV exchange | FREE |
| GET | /sigusd/exchange/{amount}/info | Calculates SigUSD exchange | FREE |
| GET | /tokens/prices/{tokenId} | Lists price and available volume for a certain token | FREE |
ozma register && ozma call tokenjay-api-services /peers/list --jsoncurl -H "Authorization: Bearer $OZMA_KEY" \
https://gateway.ozma.app/v1/proxy/tokenjay-api-services/peers/list# Python
client.proxy_call("tokenjay-api-services", "/peers/list")