diff --git a/content/docs/stacks/api/usage.mdx b/content/docs/stacks/api/usage.mdx index 968df1a11..da0a59cb8 100644 --- a/content/docs/stacks/api/usage.mdx +++ b/content/docs/stacks/api/usage.mdx @@ -7,9 +7,7 @@ description: Understand general concepts, response codes, and authentication str The Stacks API is built on REST principles, enforcing HTTPS for all requests to ensure data security, integrity, and privacy. The base URL for all API requests is: -```plaintext -https://api.mainnet.hiro.so -``` +`https://api.mainnet.hiro.so` ### Making requests @@ -30,6 +28,10 @@ $ curl -L 'https://api.hiro.so/extended' \ -H 'X-API-Key: $HIRO_API_KEY' ``` + +To view your API usage, log into the [Hiro Platform](https://platform.hiro.so/) and select "API Usage" in the top navigation bar. + + ### Response codes The Stacks API uses standard HTTP response codes to indicate the success or failure of an API request: diff --git a/content/docs/stacks/token-metadata-api/usage.mdx b/content/docs/stacks/token-metadata-api/usage.mdx index 989a2aae3..09fcd0cd1 100644 --- a/content/docs/stacks/token-metadata-api/usage.mdx +++ b/content/docs/stacks/token-metadata-api/usage.mdx @@ -19,6 +19,10 @@ $ curl -L 'https://api.hiro.so/metadata/v1/' \ -H 'X-API-Key: $HIRO_API_KEY' ``` + +To view your API usage, log into the [Hiro Platform](https://platform.hiro.so/) and select "API Usage" in the top navigation bar. + + You should get a response back that resembles the following: ```json