Lists all pairs.
Lists all pairs.
Page number
1 <= value1Number of items per page
1 <= value <= 10010The field to sort by
Value in
Sort direction
Value in
application/json
curl -X GET "https://example.com/pairs"{ "meta": { "total": 0, "perPage": 0, "currentPage": 0, "lastPage": 0 }, "data": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "pair": "string", "tokenAName": "string", "tokenBName": "string", "tokenASymbol": "string", "tokenBSymbol": "string", "tokenA": "string", "tokenB": "string", "reserveA": "string", "reserveB": "string", "forestIndex": 0, "isGraduated": true, "tokensSold": "string", "tokensToPurchase": "string", "price": "string", "tokenId": "07dfef4c-e677-4ce6-87a3-cd348338445f" } ]}