API Documentation
LivePrice
Description
Used to get all liveprice currencies at nat5exchange along with other meta data.
Method: GET
Response:
200 OKSuccess
Type : JSON
Request Url Example
URL : https://nat5.io/api/buyorderlist/BTC_USDT
Response Example
{"success":true,"result":[{"price":"14.00","volume":"4.00","total":"56.00000000","marketpair":"BTC_USDT"},{"price":"18.00","volume":"5.00","total":"90.00000000","marketpair":"BTC_USDT"},{"price":"25.00","volume":"2.00","total":"50.00000000","marketpair":"BTC_USDT"},{"price":"30.00","volume":"2.00","total":"60.00000000","marketpair":"BTC_USDT"}],"message":""}