âĄAPI Quick start
Calling a public endpoint
To dive right in you can start by trying a call to one of Paradex's public endpoints, GET /markets
:
List available markets
Get markets static data component
GEThttps://api.testnet.paradex.trade/v1/markets
Query parameters
Response
OK
Body
resultsarray of responses.MarketResp (object)
List of available active markets
Request
Response
Interacting with private endpoint
To interact with private Paradex endpoints you need to onboard and generate a JSON Web Token (JWT) before making API requests. JWTs are a secure way to transmit information between parties. Please refer to the Authentication chapter and onboarding and authentication code samples.
Last updated