Query 𝔉rc20 Listings
Get the list of 𝔉rc20 trading listings in the given market
GET
http://open-api.fixes.world/v1/market/:tick/listings?type=0&limit=25&startPriceRank=&startPriceRankIdx=
Path Parameters
Name
Type
Description
tick*
String
The ticker name of 𝔉rc20 Token
Query Parameters
Name
Type
Description
type
"0" | "1"
The listing type, "0" means orders for sale (You can display as buyNow), "1" means orders for purchase (You can display as sellNow), Default: “0”
limit
Number
Number of results returned, Up to 100
startPriceRank
Number
Query start from the given priceRank, you can get the priceRank in the previous response. Default: undefined
startPriceRankIdx
Number
Query start from the given priceRankIdx, you can get the rankedIdx in the previous response. Default: undefined
Headers
Name
Type
Description
Authorization*
String
Bearer YOUR_API_KEY
Last updated