Public
Documentation Settings

Stack API V1

Welcome to the documentation for version 1 of the stack.money API.

Getting an API Token

In order to use this API, please create a free account here: https://stack.money/register

Then generate an API token here: https://stack.money/user/api-tokens

Using Your API Token

The preferred way to pass the API token is via the Authorization header. For example:

Authorization: Bearer {token}

Though, it is also possible to pass the token as a URL parameter, using the token parameter. For example:

https://stack.money/api/v1/assets?token=UPDATEME

Using your API Token in Postman

After importing the collection in Postman, you should select the top level folder titled "Stack API V1", then update the token variable to your own key. It will then be used for all requests.

The baseUrl variable is only used for internal testing and should always be set to: https://stack.money (no trailing slash).

AUTHORIZATIONBearer Token
Token

UPDATEME

Loading