One of the quickest ways to play around with Paxful API without having to configure a development project is by using Postman. This guide will show you the steps you need to follow in order to run your first authorized request in Postman. Before looking at the configuration steps below it is worth mentioning that we have a prepared and regularly updated Postman collection which contains all endpoints that our API provides so you won’t need to do anything manually - just import our collection and start sending requests right away.
Grant Type | Client Credentials |
Access Token URL | https://accounts.paxful.com/oauth2/token |
Client Authentication | Send client credentials in body |
Client ID | ”App ID” from the application in developers portal |
Client secret | “Secret” from the application in developers portal |
Once the said fields are filled out, press the “Get New Access Token” button at the bottom of the screen and press the “Update” button. Other fields may be left untouched.