cURL
curl --request GET \ --url https://dev-api.hyperail.io/api/v1/partners/marketplace/listings \ --header 'Authorization: Bearer <token>'
{ "content": [ { "id": "qte_123456", "clientId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "pair": "NGN_USDT", "rate": 1540.25, "availableBalance": 2000, "name:": "S-eac7326", "negotiationLimit:": 1000, "poolAccountId:": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "poolType:": "funded or unfunded" } ], "pageNumber": 123, "pageSize": 123, "totalElements": 123, "totalPages": 123 }
Get marketplace listings for the authenticated client
API key authentication using Bearer token
Page number (0‑indexed)
Page size
Returns a paginated list of marketplace listings
Show child attributes
Was this page helpful?