Quick setup
1
Import the collection
Open the Buildmarkets Postman Collection and click Run in Postman to import it directly into your Postman workspace.
2
Set environment variables
Create a new Postman environment and add these three variables:
Select the environment from the dropdown in the top-right corner of Postman before sending any requests.
3
Run your first request
Open the Assets → List Assets request and click Send. You should see a paginated list of tradable assets returned from the sandbox.
Collection contents
The collection is organized by API domain, with folders that map directly to the OpenAPItags — so the collection always stays in sync with the spec.
Total: 23 folders, 124 requests.
Collection variables
The collection uses variables for resource IDs. After creating a resource, update the corresponding collection variable so subsequent requests in that flow reference it automatically:Switching environments
To switch from sandbox to production:- Create a new Postman environment
- Set
baseUrltohttps://api.tappengine.com/v1 - Enter your production API key and secret
- Select the production environment from the dropdown before sending requests