Pure Public API for accessing marketplace data
The Pure Public API provides access to marketplace data including products, spot prices, orders, and more. This API allows you to integrate Pure’s marketplace data into your applications.
The Pure API supports two authentication methods:
Most endpoints can be authenticated using API keys. You need to include your API key in the x-api-key
header with each request.
For more secure integrations, you can use OAuth authentication. This requires three headers:
To obtain an OAuth token, use the /v1/oauth/token
endpoint. See the OAuth Token documentation for details.
All API requests should be made to the following base URL:
We are currently on version 1 of the API, and requests must include the version in the path. For example:
All responses are returned in JSON format. Successful responses will contain the requested data, while error responses will include an error
field with a description of what went wrong.
The Pure Public API provides the following categories of endpoints:
Please contact us at [email protected] for information about rate limits for your API key.
Pure Public API for accessing marketplace data
The Pure Public API provides access to marketplace data including products, spot prices, orders, and more. This API allows you to integrate Pure’s marketplace data into your applications.
The Pure API supports two authentication methods:
Most endpoints can be authenticated using API keys. You need to include your API key in the x-api-key
header with each request.
For more secure integrations, you can use OAuth authentication. This requires three headers:
To obtain an OAuth token, use the /v1/oauth/token
endpoint. See the OAuth Token documentation for details.
All API requests should be made to the following base URL:
We are currently on version 1 of the API, and requests must include the version in the path. For example:
All responses are returned in JSON format. Successful responses will contain the requested data, while error responses will include an error
field with a description of what went wrong.
The Pure Public API provides the following categories of endpoints:
Please contact us at [email protected] for information about rate limits for your API key.