If you want to use the Upnance API, you need to authenticate your requests with a API Key. Here's how to do it.

Getting an API Key

If you don't have a API Key, you can get one by registering an account on app.upblock.dev.
Once you have one, you can use it to authenticate your requests.

🚧

Be aware that when creating the API-Key, the value and secret are showed only on creation.

Once you have your API key, you can use it to authenticate your requests. authenticating your requests is pretty simple, you can set the API Key in the Authorization header like so:

curl --request GET 'https://api.upblock.dev/api' \
--header 'Authorization: API-Key YOUR_API_KEY'

or set the API-Key header like so:

curl --request GET 'https://api.upblock.dev/api' \
--header 'API-Key: YOUR_API_KEY'

Production envoirment

  • Endpoint: https://api.upblock.dev
  • Openapi schema: https://api.upblock.dev/openapi-json