Skip to content
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