Request

In order to use your API key for a request against the Credmark Gateway, you need to include the key in the so-called request.

A typical request against the price endpoint of the Token API may look like this:

curl \
-H 'Authorization: Bearer <API KEY>' \
https://gateway.credmark.com/v1/tokens/1/0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9/price 

Thus, to be successful, please enter your key in the request for "<API KEY>".

Last updated