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/sellorderlist/BTC_USDT 

Response Example

{"success":true,"message":"","result":[{"marketpair":"BTC_USDT","price":"5.00000000","volume":"1.00000000","total":"5.00000000"},{"marketpair":"BTC_USDT","price":"4.00000000","volume":"5.00000000","total":"20.00000000"}]}