Skip to content

chore: openapi update #2324

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/api/routes/v2/addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const AddressRoutesV2: FastifyPluginAsync<
operationId: 'get_address_transactions',
summary: 'Get address transactions',
description: `Retrieves a paginated list of confirmed transactions sent or received by a STX address or Smart Contract ID, alongside the total amount of STX sent or received and the number of STX, FT and NFT transfers contained within each transaction.

More information on Transaction types can be found [here](https://docs.stacks.co/understand-stacks/transactions#types).`,
tags: ['Transactions'],
params: AddressParamsSchema,
Expand Down Expand Up @@ -283,7 +283,8 @@ export const AddressRoutesV2: FastifyPluginAsync<
params: Type.Object({
principal: PrincipalSchema,
token: Type.String({
description: 'fungible token identifier',
description:
'fungible token identifier, e.g. `SM3VDXK3WZZSA84XXFKAFAF15NNZX32CTSG82JFQ4.sbtc-token::sbtc-token`',
examples: [
'SM3VDXK3WZZSA84XXFKAFAF15NNZX32CTSG82JFQ4.sbtc-token::sbtc-token',
'SP3Y2ZSH8P7D50B0VBTSX11S7XSG24M1VB9YFQA4K.token-aeusdc::aeUSDC',
Expand Down